projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a13b8c
)
hostapd: fix wpad compile error by preventing make spam from showing up in the cflags...
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 23 Jan 2010 18:25:04 +0000
(18:25 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 23 Jan 2010 18:25:04 +0000
(18:25 +0000)
SVN-Revision: 19295
package/hostapd/Makefile
patch
|
blob
|
history
diff --git
a/package/hostapd/Makefile
b/package/hostapd/Makefile
index 93392110ab1ce117aa2b9a0c19349957105d665f..3aec903728c198a2bcdc645bd3465afa538d5b99 100644
(file)
--- 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)" \