libarchive: bootstrap pkg; sort build options.
This commit is contained in:
parent
b2ace24d26
commit
0f3f4c8177
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue