aboutsummaryrefslogtreecommitdiffstats
path: root/package/libtool
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2010-10-27 19:39:09 +0000
committerMichael Büsch <mb@bu3sch.de>2010-10-27 19:39:09 +0000
commit8b855b07bf98112feee330128d925fca2b97e4aa (patch)
tree1ac3933d4181bd03f7cc529b1fb006a3a39d870e /package/libtool
parent30324f141d5e0c17b83b695e08cd10adea977364 (diff)
downloadupstream-8b855b07bf98112feee330128d925fca2b97e4aa.tar.gz
upstream-8b855b07bf98112feee330128d925fca2b97e4aa.tar.bz2
upstream-8b855b07bf98112feee330128d925fca2b97e4aa.zip
libtool: Force nonparallel build.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23681 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libtool')
-rw-r--r--package/libtool/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile
index e5d11728e7..5b30d5007c 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