summaryrefslogtreecommitdiff
path: root/package/hostapd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-01-23 18:25:04 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-01-23 18:25:04 +0000
commit74d986abeb47c5230e1d456f2d61f52d63996a48 (patch)
treedb862310b20958f469c088b69982b2bd264f70fb /package/hostapd
parent1a13b8c3589205438dd294688e81f952ea6e9be1 (diff)
downloadmtk-20170518-74d986abeb47c5230e1d456f2d61f52d63996a48.zip
mtk-20170518-74d986abeb47c5230e1d456f2d61f52d63996a48.tar.gz
mtk-20170518-74d986abeb47c5230e1d456f2d61f52d63996a48.tar.bz2
hostapd: fix wpad compile error by preventing make spam from showing up in the cflags/ldflags dump files
SVN-Revision: 19295
Diffstat (limited to 'package/hostapd')
-rw-r--r--package/hostapd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile
index 9339211..3aec903 100644
--- a/package/hostapd/Makefile
+++ b/package/hostapd/Makefile
@@ -218,8 +218,8 @@ endef
define Build/Compile/wpad
echo ` \
- $(call Build/RunMake,hostapd,MULTICALL=1 dump_cflags); \
- $(call Build/RunMake,wpa_supplicant,dump_cflags) | sed -e 's,$(TARGET_CFLAGS),,' \
+ $(call Build/RunMake,hostapd,-s MULTICALL=1 dump_cflags); \
+ $(call Build/RunMake,wpa_supplicant,-s dump_cflags) | sed -e 's,$(TARGET_CFLAGS),,' \
` > $(PKG_BUILD_DIR)/.cflags
$(call Build/RunMake,hostapd, \
CFLAGS="$$$$(cat $(PKG_BUILD_DIR)/.cflags)" \