From: nbd 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: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=8316176c4f7423a1e64b744307538c8c27ae4efb;hp=33a797591658098f0b096190c89b97a97c54b73c 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 --- diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 6d0b18bcd..55bef9bfd 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 \