commit 71c0915496b8b8e026d683eb61b279696f8eea87
parent db05302eab48b4429296fc88a5966529a547df8a
Author: Alexander Couzens <lynxis@fe80.eu>
Date: Wed, 26 Aug 2015 16:09:47 +0200
libxml2: disable parallel build
libxml2 fails to build in one of three runs.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
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