From: Felix Fietkau Date: Sat, 6 Oct 2012 16:01:02 +0000 (+0000) Subject: hostapd: fix parallel build issues and spurious object file rebuilds X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=fc96ba7411576da2232cf2cb7122c6440f3b8122;p=15.05%2Fopenwrt.git hostapd: fix parallel build issues and spurious object file rebuilds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33630 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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