index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-16 16:57:56 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-16 16:57:56 +0100 |
commit | 8f131e0f231986a196bebd2bce7258ad0beddc18 (patch) | |
tree | 46213805bc637f68d7d9e58112a80ac54145c940 | |
parent | 7345a8d434ad2f1c55b470b20d3efc05517ca474 (diff) |
-rw-r--r-- | core/libarchive/PKGBUILD | 8 |
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 / + ' +)" |