pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/nss



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Jul 25 11:53:57 UTC 2022

Modified Files:
        pkgsrc/devel/nss: Makefile

Log Message:
nss: set MAKE_JOBS_SAFE=no and this time explain why


To generate a diff of this commit:
cvs rdiff -u -r1.233 -r1.234 pkgsrc/devel/nss/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/nss/Makefile
diff -u pkgsrc/devel/nss/Makefile:1.233 pkgsrc/devel/nss/Makefile:1.234
--- pkgsrc/devel/nss/Makefile:1.233     Thu Jul 21 13:52:50 2022
+++ pkgsrc/devel/nss/Makefile   Mon Jul 25 11:53:57 2022
@@ -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 @@ CTF_SUPPORTED=               no # https://smartos.org
 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