diff --git a/srcpkgs/libarchive/template b/srcpkgs/libarchive/template index 8a757d7926..f33e667731 100644 --- a/srcpkgs/libarchive/template +++ b/srcpkgs/libarchive/template @@ -1,7 +1,7 @@ # Template file for 'libarchive' pkgname=libarchive version=3.3.3 -revision=1 +revision=2 bootstrap=yes build_style=gnu-configure configure_args="$(vopt_enable acl) $(vopt_enable acl xattr) @@ -21,7 +21,7 @@ checksum=ba7eb1781c9fbbae178c4c6bad1c6eb08edab9a1496c64833d1715d022b30e2e # Package build options build_options="acl expat lzo lz4 ssl zstd" # Enable acl and ssl by default. -build_options_default="acl ssl zstd" +build_options_default="acl ssl" if [ "$CHROOT_READY" ]; then hostmakedepends="automake libtool pkg-config"