From: Felix Fietkau Date: Sun, 15 Jan 2017 13:56:34 +0000 (+0100) Subject: hostapd: fix passing jobserver to hostapd/supplicant build processes X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7e8fecb22449130d895b79355759b54e0e4f9167;p=openwrt%2Fstaging%2Fdedeckeh.git hostapd: fix passing jobserver to hostapd/supplicant build processes Signed-off-by: Felix Fietkau --- diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index 207dfecebe..96b652f671 100644 --- a/package/network/services/hostapd/Makefile +++ b/package/network/services/hostapd/Makefile @@ -318,19 +318,19 @@ define Build/Compile/wpad endef define Build/Compile/hostapd - $(call Build/RunMake,hostapd, \ + +$(call Build/RunMake,hostapd, \ hostapd hostapd_cli \ ) endef define Build/Compile/supplicant - $(call Build/RunMake,wpa_supplicant, \ + +$(call Build/RunMake,wpa_supplicant, \ wpa_cli wpa_supplicant \ ) endef define Build/Compile/supplicant-full - $(call Build/RunMake,wpa_supplicant, \ + +$(call Build/RunMake,wpa_supplicant, \ eapol_test \ ) endef