libarchive: bootstrap pkg; sort build options.

This commit is contained in:
Juan RP 2013-10-19 12:30:08 +02:00
parent b2ace24d26
commit 0f3f4c8177

View file

@ -12,6 +12,8 @@ license="BSD"
distfiles="http://www.libarchive.org/downloads/libarchive-${version}.tar.gz"
checksum=eb87eacd8fe49e8d90c8fdc189813023ccc319c5e752b01fb6ad0cc7b2c53d5e
bootstrap=yes
if [ "$CROSS_BUILD" ]; then
hostmakedepends="libtool"
pre_configure() {
@ -20,7 +22,7 @@ if [ "$CROSS_BUILD" ]; then
fi
# 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_expat="Enable support for XAR format through expat"
desc_option_lzo="Enable support for LZO format"