diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-03-05 22:06:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-03-05 22:06:30 +0000 |
commit | 0b5d0905be5a9ca6ff1b4cc74d3a40cff123a2e9 (patch) | |
tree | 66f6e3185a6533ca053b5a185c9b53b1947965a2 /package/network/services/hostapd/Makefile | |
parent | 1942d2db25988dfac565bcb472ab5b7d7ec4a6e8 (diff) | |
download | upstream-0b5d0905be5a9ca6ff1b4cc74d3a40cff123a2e9.tar.gz upstream-0b5d0905be5a9ca6ff1b4cc74d3a40cff123a2e9.tar.bz2 upstream-0b5d0905be5a9ca6ff1b4cc74d3a40cff123a2e9.zip |
hostapd: include the madwifi headers in the package directory to avoid compile breakage if the madwifi build fails
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35893 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/hostapd/Makefile')
-rw-r--r-- | package/network/services/hostapd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index 80f9a0dfde..80845bf06b 100644 --- a/package/network/services/hostapd/Makefile +++ b/package/network/services/hostapd/Makefile @@ -218,7 +218,7 @@ TARGET_CPPFLAGS := \ -I$(STAGING_DIR)/usr/include/libnl-tiny \ -I$(PKG_BUILD_DIR)/src/crypto \ $(TARGET_CPPFLAGS) \ - -I$(STAGING_DIR)/usr/include/madwifi \ + -I$(CURDIR)/madwifi \ -DCONFIG_LIBNL20 \ -D_GNU_SOURCE \ $(if $(CONFIG_WPA_MSG_MIN_PRIORITY),-DCONFIG_MSG_MIN_PRIORITY=$(CONFIG_WPA_MSG_MIN_PRIORITY)) |