diff --git a/srcpkgs/libarchive/template b/srcpkgs/libarchive/template index e03f86b1af4..6630a2be087 100644 --- a/srcpkgs/libarchive/template +++ b/srcpkgs/libarchive/template @@ -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"