projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db4fd87
)
hostapd: prefer built-in crypto header files over external ones from STAGING_DIR...
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 27 May 2009 02:54:29 +0000
(
02:54
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 27 May 2009 02:54:29 +0000
(
02:54
+0000)
SVN-Revision: 16102
package/hostapd/Makefile
patch
|
blob
|
history
diff --git
a/package/hostapd/Makefile
b/package/hostapd/Makefile
index 6d0b18bcd929239f81ccc747256710bbe3d68200..55bef9bfdd9a59812715ba57e0a8e4342f370476 100644
(file)
--- 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 \