diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-01-23 18:25:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-01-23 18:25:04 +0000 |
commit | 74d986abeb47c5230e1d456f2d61f52d63996a48 (patch) | |
tree | db862310b20958f469c088b69982b2bd264f70fb /package/hostapd/Makefile | |
parent | 1a13b8c3589205438dd294688e81f952ea6e9be1 (diff) | |
download | upstream-74d986abeb47c5230e1d456f2d61f52d63996a48.tar.gz upstream-74d986abeb47c5230e1d456f2d61f52d63996a48.tar.bz2 upstream-74d986abeb47c5230e1d456f2d61f52d63996a48.zip |
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/Makefile')
-rw-r--r-- | package/hostapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 93392110ab..3aec903728 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)" \ |