summaryrefslogtreecommitdiff
path: root/system/libgcrypt
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-02-17 01:23:23 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2022-05-01 17:05:51 -0500
commiteeb6872e08cbf07c9f2466c6c2147a89f5b27c02 (patch)
tree800017d661921bcaa6c411dde1fed20ff220628e /system/libgcrypt
parent0628acecccc4440e667cb44e80b7033a31324c10 (diff)
downloadpackages-eeb6872e08cbf07c9f2466c6c2147a89f5b27c02.tar.gz
packages-eeb6872e08cbf07c9f2466c6c2147a89f5b27c02.tar.bz2
packages-eeb6872e08cbf07c9f2466c6c2147a89f5b27c02.tar.xz
packages-eeb6872e08cbf07c9f2466c6c2147a89f5b27c02.zip
system/libgcrypt: temporarily work around #511 on pmmx
Diffstat (limited to 'system/libgcrypt')
-rw-r--r--system/libgcrypt/APKBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/system/libgcrypt/APKBUILD b/system/libgcrypt/APKBUILD
index 18f6c856c..535171e30 100644
--- a/system/libgcrypt/APKBUILD
+++ b/system/libgcrypt/APKBUILD
@@ -31,6 +31,13 @@ build() {
;;
esac
+ case "$CARCH" in
+ pmmx)
+ # https://git.adelielinux.org/adelie/packages/-/issues/511
+ _arch_configure="${_arch_configure} --disable-asm"
+ ;;
+ esac
+
./configure \
--build=$CBUILD \
--host=$CHOST \