mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-22 10:01:03 +00:00
hostapd: prefer built-in crypto header files over external ones from STAGING_DIR (thx, russell)
SVN-Revision: 16102
This commit is contained in:
parent
db4fd873f3
commit
517728c9f7
@ -95,6 +95,7 @@ endef
|
|||||||
|
|
||||||
TARGET_CPPFLAGS := \
|
TARGET_CPPFLAGS := \
|
||||||
-I$(STAGING_DIR)/usr/include/libnl-tiny \
|
-I$(STAGING_DIR)/usr/include/libnl-tiny \
|
||||||
|
-I$(PKG_BUILD_DIR)/src/crypto \
|
||||||
$(TARGET_CPPFLAGS) \
|
$(TARGET_CPPFLAGS) \
|
||||||
-I$(STAGING_DIR)/usr/include/madwifi \
|
-I$(STAGING_DIR)/usr/include/madwifi \
|
||||||
-I$(STAGING_DIR)/usr/include/mac80211 \
|
-I$(STAGING_DIR)/usr/include/mac80211 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user