From bb62eeaa923f739ae831b64d15b1cb39347f81b8 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 13 Sep 2018 19:49:05 +0200 Subject: [PATCH] libarchive: zstd build option off by default This is a bootstrap package. No reason to add libzstd among bootstrap packages and so to our base-chroot. --- srcpkgs/libarchive/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libarchive/template b/srcpkgs/libarchive/template index 8a757d79261..f33e667731f 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"