Browse Source

Android: Sync Android.mk with Makefile

This brings in commit fd2f2d0489635d590930bc0945fbc438ba1387e2 changes
to remove optional gnutls-extra dependency.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
Jouni Malinen 11 years ago
parent
commit
aebfbcb9ac
1 changed files with 0 additions and 4 deletions
  1. 0 4
      hostapd/Android.mk

+ 0 - 4
hostapd/Android.mk

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