aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-05-27 02:54:29 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-05-27 02:54:29 +0000
commit6e4e1d749f83c99228402747f7d98a1d7b311c8b (patch)
tree29ea91b85cc6e990dad9b5a97797aa4a919eedbc /package/hostapd/Makefile
parent6aed8813fb1206e8ae33a6c19c48eb6efb7aee65 (diff)
downloadupstream-6e4e1d749f83c99228402747f7d98a1d7b311c8b.tar.gz
upstream-6e4e1d749f83c99228402747f7d98a1d7b311c8b.tar.bz2
upstream-6e4e1d749f83c99228402747f7d98a1d7b311c8b.zip
hostapd: prefer built-in crypto header files over external ones from STAGING_DIR (thx, russell)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16102 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r--package/hostapd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile
index 6d0b18bcd9..55bef9bfdd 100644
--- a/package/hostapd/Makefile
+++ b/package/hostapd/Makefile
@@ -95,6 +95,7 @@ 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 \