projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
002a278
)
hostapd: fix wpad compile on powerpc
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 16 Feb 2010 18:28:46 +0000
(18:28 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 16 Feb 2010 18:28:46 +0000
(18:28 +0000)
SVN-Revision: 19663
package/hostapd/Makefile
patch
|
blob
|
history
diff --git
a/package/hostapd/Makefile
b/package/hostapd/Makefile
index 882367235995b09a4e0ba92de42eebc8fb2e2fc3..b68b5f9c5767b429e4577df361108653494f06f8 100644
(file)
--- a/
package/hostapd/Makefile
+++ b/
package/hostapd/Makefile
@@
-224,7
+224,8
@@
endef
define Build/Compile/wpad
echo ` \
$(call Build/RunMake,hostapd,-s MULTICALL=1 dump_cflags); \
- $(call Build/RunMake,wpa_supplicant,-s dump_cflags) | sed -e 's,$(TARGET_CFLAGS),,' \
+ $(call Build/RunMake,wpa_supplicant,-s dump_cflags) | \
+ sed -e 's,-n ,,g' -e 's,$(TARGET_CFLAGS),,' \
` > $(PKG_BUILD_DIR)/.cflags
$(call Build/RunMake,hostapd, \
CFLAGS="$$$$(cat $(PKG_BUILD_DIR)/.cflags)" \