summaryrefslogtreecommitdiffstats
path: root/package/hostapd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-05-04 16:13:46 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-05-04 16:13:46 +0000
commit0f632264ec737cfa846369fc67d1b3b972453f7f (patch)
treefd6bca33cb4cee1065ba95bae0fed6c0ab0191ae /package/hostapd
parent0f6846a4f01f3ac98cdab9d83ab5324259ee1e5f (diff)
downloadmaster-31e0f0ae-0f632264ec737cfa846369fc67d1b3b972453f7f.tar.gz
master-31e0f0ae-0f632264ec737cfa846369fc67d1b3b972453f7f.tar.bz2
master-31e0f0ae-0f632264ec737cfa846369fc67d1b3b972453f7f.zip
fix more issues with libnl-tiny and eglibc
SVN-Revision: 15592
Diffstat (limited to 'package/hostapd')
-rw-r--r--package/hostapd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile
index bd873b9b2f..6d0b18bcd9 100644
--- a/package/hostapd/Makefile
+++ b/package/hostapd/Makefile
@@ -98,7 +98,8 @@ TARGET_CPPFLAGS := \
$(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)" \