From: Felix Fietkau <nbd@openwrt.org>
Date: Sat, 6 Oct 2012 16:01:02 +0000 (+0000)
Subject: hostapd: fix parallel build issues and spurious object file rebuilds
X-Git-Tag: reboot~12732
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=5c91b34ed732afddfcb15fdf857f6939c050dfb1;p=openwrt%2Fstaging%2Fxback.git

hostapd: fix parallel build issues and spurious object file rebuilds

SVN-Revision: 33630
---

diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile
index 5d279c51c5..2fbfb98e3c 100644
--- 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