diff options
author | Michael Büsch <mb@bu3sch.de> | 2010-10-27 19:39:09 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2010-10-27 19:39:09 +0000 |
commit | 8b855b07bf98112feee330128d925fca2b97e4aa (patch) | |
tree | 1ac3933d4181bd03f7cc529b1fb006a3a39d870e /package | |
parent | 30324f141d5e0c17b83b695e08cd10adea977364 (diff) | |
download | upstream-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')
-rw-r--r-- | package/libtool/Makefile | 3 |
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 |