1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-05-12 02:26:19 +02:00

tools/patch: enable parallel build

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 47049
This commit is contained in:
Felix Fietkau 2015-09-26 21:10:37 +00:00
parent f30ccc8991
commit a883639e92

View File

@ -13,6 +13,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/patch
PKG_MD5SUM:=e3da7940431633fb65a01b91d3b7a27a
HOST_BUILD_PARALLEL := 1
include $(INCLUDE_DIR)/host-build.mk
HOSTCC := $(HOSTCC_NOCACHE)