From ae4367fed2dbc0014da62abdc0301783a6660dba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 31 Aug 2023 22:32:42 +0700 Subject: [PATCH] libarchive: disable libb2 libb2 isn't in bootstrap chain as of it's. --- srcpkgs/libarchive/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libarchive/template b/srcpkgs/libarchive/template index bcd2d9fea7e..f4885ebc033 100644 --- a/srcpkgs/libarchive/template +++ b/srcpkgs/libarchive/template @@ -7,7 +7,7 @@ build_style=gnu-configure configure_args="$(vopt_enable acl) $(vopt_enable acl xattr) $(vopt_with expat) $(vopt_with lzo lzo2) $(vopt_with lz4) $(vopt_with ssl openssl) $(vopt_with zstd) --without-xml2 - --without-nettle --disable-rpath" + --without-libb2 --without-nettle --disable-rpath" hostmakedepends="pkgconf" makedepends="zlib-devel bzip2-devel liblzma-devel $(vopt_if acl acl-devel) $(vopt_if expat expat-devel) $(vopt_if zstd libzstd-devel)