GnuTLS wants to build e.g. src/tests.c and src/common.c into gnutls-cli-debug, but these files do not compile unless DHE and ECDHE are enabled. Signed-off-by: Kevin Cernekee <cernekee at gmail.com> --- android/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/Makefile b/android/Makefile index a6e4531..0ef95cd 100644 --- a/android/Makefile +++ b/android/Makefile @@ -225,7 +225,7 @@ $(GNUTLS_BUILD)/Makefile: $(GNUTLS_SRC)/configure $(NETTLE_DEPS) --disable-openssl-compatibility --disable-ocsp \ --disable-openpgp-authentication --disable-anon-authentication \ --disable-psk-authentication --disable-srp-authentication \ - --disable-dtls-srtp-support --disable-dhe --disable-ecdhe \ + --disable-dtls-srtp-support --enable-dhe --enable-ecdhe \ --disable-rsa-export $(GNUTLS_BUILD)/lib/libgnutls.la: $(GNUTLS_BUILD)/Makefile -- 1.7.10.4