From: Daniel Golle Date: Tue, 20 Jun 2017 20:18:28 +0000 (+0200) Subject: postgresql: disable parallel build X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d619064f8e0fe5cc965690b012c6f77980abf1bc;p=feed%2Fpackages.git postgresql: disable parallel build It seems to break things (occasionally) Signed-off-by: Daniel Golle --- diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index bc9c1026bb..1512f59ef2 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