From: Jouni Malinen Date: Mon, 27 Feb 2012 14:21:50 +0000 (+0200) Subject: Fix CONFIG_AP + CONFIG_INTERWORKING build X-Git-Tag: hostap_2_0~831 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d4839ee85a96a3f2333a8f8eed58cf727febd96;p=thirdparty%2Fhostap.git Fix CONFIG_AP + CONFIG_INTERWORKING build Need to include gas_serv.o in the build to get all the needed symbols. Signed-hostap: Jouni Malinen --- diff --git a/wpa_supplicant/Makefile b/wpa_supplicant/Makefile index 03241c52e..a97609829 100644 --- a/wpa_supplicant/Makefile +++ b/wpa_supplicant/Makefile @@ -728,6 +728,9 @@ CFLAGS += -DEAP_SERVER_WSC OBJS += ../src/ap/wps_hostapd.o OBJS += ../src/eap_server/eap_server_wsc.o endif +ifdef CONFIG_INTERWORKING +OBJS += ../src/ap/gas_serv.o +endif endif ifdef NEED_RSN_AUTHENTICATOR