diff options
| author | js <js@pkgsrc.org> | 2020-09-04 12:43:24 +0000 |
|---|---|---|
| committer | js <js@pkgsrc.org> | 2020-09-04 12:43:24 +0000 |
| commit | 2e9e135b62d0c7f58981c193689f2cb5edc2aa58 (patch) | |
| tree | 414e7e5b8f0a399fdfda17cc69c5a91f4a19ceb6 /databases/postgresql12-client/Makefile | |
| parent | a36e8936b30b73a04d66b628465d75716035000a (diff) | |
| download | pkgsrc-2e9e135b62d0c7f58981c193689f2cb5edc2aa58.tar.gz | |
[databases/postgresql12-client] Set MAKE_JOBS_SAFE=no
This fails to build with make -j16, but works fine with make -j1.
Diffstat (limited to 'databases/postgresql12-client/Makefile')
| -rw-r--r-- | databases/postgresql12-client/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql12-client/Makefile b/databases/postgresql12-client/Makefile index b69550ae0cc..5d1c5597f2e 100644 --- a/databases/postgresql12-client/Makefile +++ b/databases/postgresql12-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2020/08/31 18:07:11 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2020/09/04 12:43:24 js Exp $ PKGNAME= ${DISTNAME:S/-/12-client-/} PKGREVISION= 1 @@ -15,6 +15,8 @@ CONFIGURE_ARGS+= --with-zlib # leaking into the binary package CONFIGURE_ARGS+= INSTALL=${INSTALL:Q}\ -c +MAKE_JOBS_SAFE= no + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Cygwin" |
