Parcourir la source

Fix hlr_auc_gw build with CONFIG_WPA_TRACE=y

Jouni Malinen il y a 14 ans
Parent
commit
e5851439e3
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      hostapd/Makefile

+ 2 - 0
hostapd/Makefile

@@ -63,12 +63,14 @@ CFLAGS += -DHOSTAPD
 ifdef CONFIG_WPA_TRACE
 CFLAGS += -DWPA_TRACE
 OBJS += ../src/utils/trace.o
+HOBJS += ../src/utils/trace.o
 LDFLAGS += -rdynamic
 CFLAGS += -funwind-tables
 ifdef CONFIG_WPA_TRACE_BFD
 CFLAGS += -DWPA_TRACE_BFD
 LIBS += -lbfd
 LIBS_c += -lbfd
+LIBS_h += -lbfd
 endif
 endif