summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-10-27 19:39:09 +0000
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-10-27 19:39:09 +0000
commitb82622f01826a3948cc595bd15aa1203ab00e46d (patch)
tree1ac3933d4181bd03f7cc529b1fb006a3a39d870e /package
parentd9c25de283e3d34675779477d88185d3270b4370 (diff)
libtool: Force nonparallel build.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23681 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/libtool/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile
index e5d11728e..5b30d5007 100644
--- a/package/libtool/Makefile
+++ b/package/libtool/Makefile
@@ -19,6 +19,9 @@ HOST_PATCH_DIR=/dev/null
PKG_BUILD_DEPENDS:=libtool/host
+PKG_BUILD_PARALLEL:=0
+HOST_BUILD_PARALLEL:=0
+
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk