|
@ -14,7 +14,7 @@ termux_step_pre_configure () { |
|
|
# Avoid text relocations: |
|
|
# Avoid text relocations: |
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" gcry_cv_gcc_inline_asm_neon=no" |
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" gcry_cv_gcc_inline_asm_neon=no" |
|
|
fi |
|
|
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 |
|
|
# Fix i686 android build, also in https://bugzilla.gnome.org/show_bug.cgi?id=724050 |
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --disable-asm" |
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --disable-asm" |
|
|
fi |
|
|
fi |
|
|