From 8f131e0f231986a196bebd2bce7258ad0beddc18 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 16 Mar 2025 16:57:56 +0100 Subject: core/libarchive: build without libxml2 feature (but link against it) --- core/libarchive/PKGBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'core/libarchive') diff --git a/core/libarchive/PKGBUILD b/core/libarchive/PKGBUILD index 803046dd..56ede898 100644 --- a/core/libarchive/PKGBUILD +++ b/core/libarchive/PKGBUILD @@ -2,3 +2,11 @@ if [ "${CARCH}" = "i486" ]; then sha256sums=(SKIP) fi + +# ABI differences in libxml2, disable XAR +eval "$( + declare -f build | \ + sed ' + s/configure/configure --without-xml2 / + ' +)" -- cgit v1.2.3-70-g09d2