From: Felix Fietkau Date: Wed, 27 May 2009 02:54:29 +0000 (+0000) Subject: hostapd: prefer built-in crypto header files over external ones from STAGING_DIR... X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=517728c9f7e3cbce7febb3ab76ad80f5107238b3;p=librecmc%2Flibrecmc.git hostapd: prefer built-in crypto header files over external ones from STAGING_DIR (thx, russell) SVN-Revision: 16102 --- 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 \