]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix ap-mgmt-fuzzer build
authorJouni Malinen <j@w1.fi>
Sat, 9 Dec 2017 16:41:55 +0000 (18:41 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 9 Dec 2017 16:41:55 +0000 (18:41 +0200)
Add src/ap/eth_p_oui.o into libap.a to be able to link ap-mgmt-fuzzer.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/Makefile

index b8c167cda33bf53068a83be0e7212043a6f921eb..9b07ee163419f4be83e33140b262761fcad6c624 100644 (file)
@@ -10,6 +10,7 @@ include ../lib.rules
 
 CFLAGS += -DHOSTAPD
 CFLAGS += -DNEED_AP_MLME
+CFLAGS += -DCONFIG_ETH_P_OUI
 CFLAGS += -DCONFIG_HS20
 CFLAGS += -DCONFIG_INTERWORKING
 CFLAGS += -DCONFIG_IEEE80211R
@@ -34,6 +35,7 @@ LIB_OBJS= \
        dhcp_snoop.o \
        drv_callbacks.o \
        eap_user_db.o \
+       eth_p_oui.o \
        gas_serv.o \
        hostapd.o \
        hs20.o \