1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00

libtool: Force nonparallel build.

SVN-Revision: 23681
This commit is contained in:
Michael Büsch 2010-10-27 19:39:09 +00:00
parent 87d81bc050
commit 98bbc04fca

@ -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