summaryrefslogtreecommitdiffstats
path: root/package
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
commit517728c9f7e3cbce7febb3ab76ad80f5107238b3 (patch)
treee69fbfe0200a40cb47bb8a5e4520c9013e9d9db9 /package
parentdb4fd873f3a105bad8e4a6d390d5d4655430da89 (diff)
downloadmaster-31e0f0ae-517728c9f7e3cbce7febb3ab76ad80f5107238b3.tar.gz
master-31e0f0ae-517728c9f7e3cbce7febb3ab76ad80f5107238b3.tar.bz2
master-31e0f0ae-517728c9f7e3cbce7febb3ab76ad80f5107238b3.zip
hostapd: prefer built-in crypto header files over external ones from STAGING_DIR (thx, russell)
SVN-Revision: 16102
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 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 \