From d010ec2a91d9d2d550dfddbb0e92a199695e5de4 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sat, 15 Sep 2012 14:17:34 +0000
Subject: [PATCH] tools/libtool: enable parallel builds

SVN-Revision: 33429
---
 tools/libtool/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/libtool/Makefile b/tools/libtool/Makefile
index 080689b8ac2..cb6cf4a5c79 100644
--- a/tools/libtool/Makefile
+++ b/tools/libtool/Makefile
@@ -13,6 +13,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
 PKG_MD5SUM:=b32b04148ecdd7344abc6fe8bd1bb021
 
+HOST_BUILD_PARALLEL:=1
+
 include $(INCLUDE_DIR)/host-build.mk
 
 HOST_CONFIGURE_VARS += \
-- 
GitLab