From: Alexander Couzens Date: Wed, 26 Aug 2015 14:09:47 +0000 (+0200) Subject: libxml2: disable parallel build X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=71c0915496b8b8e026d683eb61b279696f8eea87;p=openwrt-packages.git libxml2: disable parallel build libxml2 fails to build in one of three runs. Signed-off-by: Alexander Couzens --- diff --git a/libs/libxml2/Makefile b/libs/libxml2/Makefile index c83b7c02d..8680e9cef 100644 --- a/libs/libxml2/Makefile +++ b/libs/libxml2/Makefile @@ -24,7 +24,7 @@ PKG_MAINTAINER:=Michael Heimpold 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