pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/nss nss: set MAKE_JOBS_SAFE=no and this time exp...
details: https://anonhg.NetBSD.org/pkgsrc/rev/499ea3b6eebc
branches: trunk
changeset: 382318:499ea3b6eebc
user: tnn <tnn%pkgsrc.org@localhost>
date: Mon Jul 25 11:53:57 2022 +0000
description:
nss: set MAKE_JOBS_SAFE=no and this time explain why
diffstat:
devel/nss/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 0665a9a6cd00 -r 499ea3b6eebc devel/nss/Makefile
--- a/devel/nss/Makefile Mon Jul 25 11:12:18 2022 +0000
+++ b/devel/nss/Makefile Mon Jul 25 11:53:57 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.233 2022/07/21 13:52:50 wiz Exp $
+# $NetBSD: Makefile,v 1.234 2022/07/25 11:53:57 tnn Exp $
#
# release notes
# https://firefox-source-docs.mozilla.org/security/nss/releases/index.html
@@ -22,6 +22,10 @@
USE_GCC_RUNTIME= yes
USE_LANGUAGES= c99
USE_TOOLS+= gmake perl pax pkg-config
+# Fails to detect jobserver on systems where /bin/make and /bin/gmake both
+# exist. This is because nss uses "gmake" explicitly rather than $MAKE to
+# launch subprocesses.
+MAKE_JOBS_SAFE= no
BUILD_DIRS= nss
Home |
Main Index |
Thread Index |
Old Index