From 74d986abeb47c5230e1d456f2d61f52d63996a48 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 23 Jan 2010 18:25:04 +0000 Subject: [PATCH] hostapd: fix wpad compile error by preventing make spam from showing up in the cflags/ldflags dump files SVN-Revision: 19295 --- package/hostapd/Makefile | 4 ++-- 1 file 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)" \