1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 01:01:52 +02:00

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
This commit is contained in:
nbd 2009-05-27 02:54:29 +00:00
parent 33a7975916
commit 8316176c4f

View File

@ -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 \