]> www.infradead.org Git - users/dwmw2/openconnect.git/commitdiff
android: Hack around GnuTLS build breakage
authorKevin Cernekee <cernekee@gmail.com>
Mon, 25 Mar 2013 01:14:03 +0000 (18:14 -0700)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 25 Mar 2013 15:30:26 +0000 (15:30 +0000)
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@gmail.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
android/Makefile

index a6e45311db71801fe01372595ce0a89c4b3d4df3..0ef95cd17b7ab399155c6d743c115cdacdb29373 100644 (file)
@@ -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