chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d4fce2d
)
libgcrypt: Disable asm also for x86_64
author
Fredrik Fornwall
<fredrik@fornwall.net>
Fri, 17 Jun 2016 10:36:35 +0000
(06:36 -0400)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Fri, 17 Jun 2016 10:36:35 +0000
(06:36 -0400)
packages/libgcrypt/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/libgcrypt/build.sh
b/packages/libgcrypt/build.sh
index 822a1604fdcd70bf0d4730cace211eb4e1493ca0..6778a988e5565f80f107e465b95ef1a205528fe3 100755
(executable)
--- a/
packages/libgcrypt/build.sh
+++ b/
packages/libgcrypt/build.sh
@@
-14,7
+14,7
@@
termux_step_pre_configure () {
# Avoid text relocations:
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" gcry_cv_gcc_inline_asm_neon=no"
fi
# Avoid text relocations:
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" gcry_cv_gcc_inline_asm_neon=no"
fi
- if [ $TERMUX_ARCH = "i686" ]; then
+ if [ $TERMUX_ARCH = "i686"
-o $TERMUX_ARCH = "x86_64"
]; then
# Fix i686 android build, also in https://bugzilla.gnome.org/show_bug.cgi?id=724050
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --disable-asm"
fi
# Fix i686 android build, also in https://bugzilla.gnome.org/show_bug.cgi?id=724050
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --disable-asm"
fi