]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Android: Sync Android.mk with Makefile
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 8 Nov 2013 11:00:32 +0000 (13:00 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 8 Nov 2013 11:04:51 +0000 (13:04 +0200)
This brings in commit fd2f2d0489635d590930bc0945fbc438ba1387e2 changes
to remove optional gnutls-extra dependency.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>

hostapd/Android.mk

index 95409f7ae2998d465edeb156f1d1d99cdcb3cb73..9cfac87e32b107925d13d79463352a96edd30fdc 100644 (file)
@@ -527,10 +527,6 @@ ifeq ($(CONFIG_TLS), gnutls)
 ifdef TLS_FUNCS
 OBJS += src/crypto/tls_gnutls.c
 LIBS += -lgnutls -lgpg-error
-ifdef CONFIG_GNUTLS_EXTRA
-L_CFLAGS += -DCONFIG_GNUTLS_EXTRA
-LIBS += -lgnutls-extra
-endif
 endif
 OBJS += src/crypto/crypto_gnutls.c
 HOBJS += src/crypto/crypto_gnutls.c