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:
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'libarchive'
|
# Template file for 'libarchive'
|
||||||
pkgname=libarchive
|
pkgname=libarchive
|
||||||
version=3.3.3
|
version=3.3.3
|
||||||
revision=1
|
revision=2
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable acl) $(vopt_enable acl xattr)
|
configure_args="$(vopt_enable acl) $(vopt_enable acl xattr)
|
||||||
@@ -21,7 +21,7 @@ checksum=ba7eb1781c9fbbae178c4c6bad1c6eb08edab9a1496c64833d1715d022b30e2e
|
|||||||
# Package build options
|
# Package build options
|
||||||
build_options="acl expat lzo lz4 ssl zstd"
|
build_options="acl expat lzo lz4 ssl zstd"
|
||||||
# Enable acl and ssl by default.
|
# Enable acl and ssl by default.
|
||||||
build_options_default="acl ssl zstd"
|
build_options_default="acl ssl"
|
||||||
|
|
||||||
if [ "$CHROOT_READY" ]; then
|
if [ "$CHROOT_READY" ]; then
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
|
|||||||
Reference in New Issue
Block a user