From 7a1dc052b7e516242e1220f447bab18ebbdceb9c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 13 Feb 2021 15:17:25 +0100 Subject: community/zeromq: disabled pgm support --- community/zeromq/PKGBUILD | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 community/zeromq/PKGBUILD (limited to 'community') 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 // + ' +)" -- cgit v1.2.3