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 | 98bbc04fca0c7bd33d72e37727956cb865a4721c (patch) | |
tree | 8e180690cd0d8bc8753898be9cbcf8b66adec3f6 /package | |
parent | 87d81bc050afb3572fcee0e629e6a7558ff54f19 (diff) | |
download | upstream-98bbc04fca0c7bd33d72e37727956cb865a4721c.tar.gz upstream-98bbc04fca0c7bd33d72e37727956cb865a4721c.tar.bz2 upstream-98bbc04fca0c7bd33d72e37727956cb865a4721c.zip |
libtool: Force nonparallel build.
SVN-Revision: 23681
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 |