diff options
Diffstat (limited to 'package/libtool')
-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 |