Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/postgresql12-client [databases/postgresql12-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9a97b2e27b06
branches: trunk
changeset: 438062:9a97b2e27b06
user: js <js%pkgsrc.org@localhost>
date: Fri Sep 04 12:43:24 2020 +0000
description:
[databases/postgresql12-client] Set MAKE_JOBS_SAFE=no
This fails to build with make -j16, but works fine with make -j1.
diffstat:
databases/postgresql12-client/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 18c4a66ff38d -r 9a97b2e27b06 databases/postgresql12-client/Makefile
--- a/databases/postgresql12-client/Makefile Fri Sep 04 12:30:01 2020 +0000
+++ b/databases/postgresql12-client/Makefile Fri Sep 04 12:43:24 2020 +0000
@@ -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 @@
# leaking into the binary package
CONFIGURE_ARGS+= INSTALL=${INSTALL:Q}\ -c
+MAKE_JOBS_SAFE= no
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Cygwin"
Home |
Main Index |
Thread Index |
Old Index