diff options
| author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-02-16 18:28:46 +0000 | 
|---|---|---|
| committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-02-16 18:28:46 +0000 | 
| commit | cf0d08e56e42a3c4c6300ce8c2ad86f337220b32 (patch) | |
| tree | c91436281240b575b310aed6cbde9272aeb4ad68 | |
| parent | e6052b47553809084175890592766b5c7be6ccf4 (diff) | |
hostapd: fix wpad compile on powerpc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19663 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | package/hostapd/Makefile | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 882367235..b68b5f9c5 100644 --- 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)" \  | 
