From d619064f8e0fe5cc965690b012c6f77980abf1bc Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 20 Jun 2017 22:18:28 +0200 Subject: [PATCH] postgresql: disable parallel build It seems to break things (occasionally) Signed-off-by: Daniel Golle --- libs/postgresql/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index bc9c1026b..1512f59ef 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -16,7 +16,7 @@ PKG_SOURCE_URL:=\ http://ftp.postgresql.org/pub/source/v$(PKG_VERSION) \ ftp://ftp.postgresql.org/pub/source/v$(PKG_VERSION) PKG_MD5SUM:=fca055481875d1c49e31c28443f56472a1474b3fbe25b7ae64440c6118f82e64 -PKG_BUILD_PARALLEL:=1 + PKG_USE_MIPS16:=0 PKG_FIXUP:=autoreconf PKG_MACRO_PATHS:=config