package/mac80211: add menuconfig option for enabling debug support via debugfs
[openwrt.git] / package / hostapd / Makefile
index bd873b9..55bef9b 100644 (file)
@@ -95,10 +95,12 @@ endef
 
 TARGET_CPPFLAGS := \
        -I$(STAGING_DIR)/usr/include/libnl-tiny \
+       -I$(PKG_BUILD_DIR)/src/crypto \
        $(TARGET_CPPFLAGS) \
        -I$(STAGING_DIR)/usr/include/madwifi \
        -I$(STAGING_DIR)/usr/include/mac80211 \
-       -DCONFIG_LIBNL20
+       -DCONFIG_LIBNL20 \
+       -D_GNU_SOURCE
 
 define Build/CompileTarget
        CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS)" \
This page took 0.024112 seconds and 4 git commands to generate.