index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-24 16:54:59 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-24 16:54:59 +0100 |
commit | 3563d626e85e1c6d2d0cd7c4479205c8c9c60b35 (patch) | |
tree | 4aee8d1bdb78f6d2d75d81b4e7a8048f3c486c9c /core/libarchive/disabled | |
parent | 5fe8c80902e9df1151738c4fd1bf67a5e9f6648b (diff) |
-rw-r--r-- | core/libarchive/disabled/PKGBUILD-without-xml2 | 17 |
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) + |