From: Jouni Malinen Date: Thu, 19 Feb 2015 10:55:19 +0000 (+0200) Subject: Android: Remove commented out non-Android build parameters X-Git-Tag: hostap_2_4~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=946572ca0e409d6c3eace2ee872058ea349bce68;p=thirdparty%2Fhostap.git Android: Remove commented out non-Android build parameters These hs20-osu-client parameters were never applicable for Android builds and were just copied from the non-Android Makefile as a reminder, but not removed once rest of the Android build was fixed. Signed-off-by: Jouni Malinen --- diff --git a/hs20/client/Android.mk b/hs20/client/Android.mk index 0cb3b1c09..b23ac17b4 100644 --- a/hs20/client/Android.mk +++ b/hs20/client/Android.mk @@ -27,11 +27,6 @@ endif endif -#GTKCFLAGS := $(shell pkg-config --cflags gtk+-2.0 webkit-1.0) -#GTKLIBS := $(shell pkg-config --libs gtk+-2.0 webkit-1.0) -#CFLAGS += $(GTKCFLAGS) -#LIBS += $(GTKLIBS) - L_CFLAGS += -DCONFIG_CTRL_IFACE L_CFLAGS += -DCONFIG_CTRL_IFACE_UNIX L_CFLAGS += -DCONFIG_CTRL_IFACE_CLIENT_DIR=\"/data/misc/wifi/sockets\" @@ -63,9 +58,6 @@ OBJS += ../../src/crypto/sha256-internal.c L_CFLAGS += -DEAP_TLS_OPENSSL -#CFLAGS += $(shell xml2-config --cflags) -#LIBS += $(shell xml2-config --libs) - L_CFLAGS += -Wno-unused-parameter