projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c37a0f
)
hostapd: fix parallel build issues and spurious object file rebuilds
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 6 Oct 2012 16:01:02 +0000
(16:01 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 6 Oct 2012 16:01:02 +0000
(16:01 +0000)
SVN-Revision: 33630
package/hostapd/Makefile
patch
|
blob
|
history
diff --git
a/package/hostapd/Makefile
b/package/hostapd/Makefile
index 5d279c51c50529a043fd14737edce6996e519c01..2fbfb98e3c9b36c82fc1ec6e142e805221074221 100644
(file)
--- a/
package/hostapd/Makefile
+++ b/
package/hostapd/Makefile
@@
-238,6
+238,7
@@
define Build/RunMake
$(TARGET_CONFIGURE_OPTS) \
$(DRIVER_MAKEOPTS) \
LIBS="$(TARGET_LDFLAGS)" \
+ BCHECK= \
$(2)
endef