commit 704c15e711585a156c8f9262eb0fc7704d1353d1
parent 7e88a109f2f73a9838edc0046ca8b0653ce64a40
Author: Michael Heimpold <mhei@heimpold.de>
Date: Thu, 27 Aug 2015 21:12:10 +0200
Merge pull request #1714 from lynxis/libxml2_nonparallel
libxml2: disable parallel build
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/libxml2/Makefile b/libs/libxml2/Makefile
@@ -24,7 +24,7 @@ PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
-PKG_BUILD_PARALLEL:=1
+PKG_BUILD_PARALLEL:=0
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk