From: mb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73> Date: Wed, 27 Oct 2010 19:39:09 +0000 (+0000) Subject: libtool: Force nonparallel build. X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/b82622f01826a3948cc595bd15aa1203ab00e46d libtool: Force nonparallel build. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23681 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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