libarchive: bootstrap pkg; sort build options.
This commit is contained in:
@@ -12,6 +12,8 @@ license="BSD"
|
|||||||
distfiles="http://www.libarchive.org/downloads/libarchive-${version}.tar.gz"
|
distfiles="http://www.libarchive.org/downloads/libarchive-${version}.tar.gz"
|
||||||
checksum=eb87eacd8fe49e8d90c8fdc189813023ccc319c5e752b01fb6ad0cc7b2c53d5e
|
checksum=eb87eacd8fe49e8d90c8fdc189813023ccc319c5e752b01fb6ad0cc7b2c53d5e
|
||||||
|
|
||||||
|
bootstrap=yes
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends="libtool"
|
hostmakedepends="libtool"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
@@ -20,7 +22,7 @@ if [ "$CROSS_BUILD" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="acl lzo ssl expat"
|
build_options="acl expat lzo ssl"
|
||||||
desc_option_acl="Enable support for ACLs and Extended Attributes"
|
desc_option_acl="Enable support for ACLs and Extended Attributes"
|
||||||
desc_option_expat="Enable support for XAR format through expat"
|
desc_option_expat="Enable support for XAR format through expat"
|
||||||
desc_option_lzo="Enable support for LZO format"
|
desc_option_lzo="Enable support for LZO format"
|
||||||
|
|||||||
Reference in New Issue
Block a user