From 0f3f4c8177013eae1ce21bada3263a21b997518b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 19 Oct 2013 12:30:08 +0200 Subject: [PATCH] libarchive: bootstrap pkg; sort build options. --- srcpkgs/libarchive/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"