fdroiddata/metadata/app.openconnect/no-textrel-gmp.diff
2017-05-21 23:43:37 +00:00

13 lines
522 B
Diff

diff --git a/external/openconnect/android/Makefile b/external/openconnect/android/Makefile
--- a/external/openconnect/android/Makefile
+++ b/external/openconnect/android/Makefile
@@ -51,7 +51,7 @@ FETCH=$(TOPDIR)/fetch.sh
CONFIGURE_ARGS := --host=$(TRIPLET) --prefix=$(OC_SYSROOT) \
--disable-shared --enable-static \
- CFLAGS="$(EXTRA_CFLAGS)"
+ --disable-assembly CFLAGS="$(EXTRA_CFLAGS)"
SOURCE_LIST = $(LIBXML2_SRC)/configure $(GMP_SRC)/configure \
$(NETTLE_SRC)/configure $(GNUTLS_SRC)/configure \