aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-06-01 00:10:26 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-06-01 00:10:26 +0000
commit5b88244a33c1f9110ee4c34c99027835e08f070e (patch)
treeb907e59e3dec56272331ada46032210cbc80e721 /package
parent8a0895053a9c6a197b425b951fd3fdeb03087bbf (diff)
downloadmaster-187ad058-5b88244a33c1f9110ee4c34c99027835e08f070e.tar.gz
master-187ad058-5b88244a33c1f9110ee4c34c99027835e08f070e.tar.bz2
master-187ad058-5b88244a33c1f9110ee4c34c99027835e08f070e.zip
fix wpa_supplicant cflags
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11311 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/wpa_supplicant/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile
index 3a905b2c93..361a486318 100644
--- a/package/wpa_supplicant/Makefile
+++ b/package/wpa_supplicant/Makefile
@@ -48,6 +48,7 @@ endef
define Build/Compile
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)
+ CFLAGS="$(TARGET_CFLAGS)" \
$(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CC)" \
KERNEL=$(LINUX_DIR) \