Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-02-13 15:17:25 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-02-13 15:17:25 +0100
commit7a1dc052b7e516242e1220f447bab18ebbdceb9c (patch)
tree5d096de96e26799c9511136c2a33a01b057a46c1
parente44f1e0245d9bb32bd1fa820cca69c762aba7ad9 (diff)
community/zeromq: disabled pgm support
-rw-r--r--community/zeromq/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/zeromq/PKGBUILD b/community/zeromq/PKGBUILD
new file mode 100644
index 00000000..a86965d9
--- /dev/null
+++ b/community/zeromq/PKGBUILD
@@ -0,0 +1,9 @@
+# libpgm causes linking issues with intrinsics on 32-bit
+depends=(${depends[@]/libpgm/})
+
+eval "$(
+ declare -f build | \
+ sed '
+ s/--with-pgm //
+ '
+)"