summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-27 02:54:29 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-27 02:54:29 +0000
commit8316176c4f7423a1e64b744307538c8c27ae4efb (patch)
tree29ea91b85cc6e990dad9b5a97797aa4a919eedbc /package
parent33a797591658098f0b096190c89b97a97c54b73c (diff)
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')
-rw-r--r--package/hostapd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile
index 6d0b18bcd..55bef9bfd 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 \