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.
This commit is contained in:
parent
816c9c66fd
commit
bb62eeaa92
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue