diff options
Diffstat (limited to 'system/libgcrypt')
-rw-r--r-- | system/libgcrypt/APKBUILD | 7 |
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 \ |