Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/libarchive/disabled/PKGBUILD-without-xml2
diff options
context:
space:
mode:
Diffstat (limited to 'core/libarchive/disabled/PKGBUILD-without-xml2')
-rw-r--r--core/libarchive/disabled/PKGBUILD-without-xml217
1 files changed, 17 insertions, 0 deletions
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)
+