From 3563d626e85e1c6d2d0cd7c4479205c8c9c60b35 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 24 Mar 2025 16:54:59 +0100 Subject: core/libarchive: normal build with XAR/libxml2 --- core/libarchive/disabled/PKGBUILD-without-xml2 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 core/libarchive/disabled/PKGBUILD-without-xml2 (limited to 'core/libarchive/disabled') diff --git a/core/libarchive/disabled/PKGBUILD-without-xml2 b/core/libarchive/disabled/PKGBUILD-without-xml2 new file mode 100644 index 00000000..86ca2216 --- /dev/null +++ b/core/libarchive/disabled/PKGBUILD-without-xml2 @@ -0,0 +1,17 @@ +# i486, shasumming git archives is broken? +if [ "${CARCH}" = "i486" ]; then + sha256sums=(SKIP) +fi + +# ABI differences in libxml2, disable XAR +eval "$( + declare -f build | \ + sed ' + s/configure/configure --without-xml2 / + ' +)" + +# temporary, we still build a version with libb2 though upstream now +# has no dependency on libb2 anymore? +depends+=(libb2) + -- cgit v1.2.3-70-g09d2