pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/rust rust: MAKE_JOBS_SAFE=no again, but for non-d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/db47e2b722e2
branches: trunk
changeset: 424621:db47e2b722e2
user: tnn <tnn%pkgsrc.org@localhost>
date: Thu Mar 12 23:10:23 2020 +0000
description:
rust: MAKE_JOBS_SAFE=no again, but for non-developers only
diffstat:
lang/rust/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0e23e1905668 -r db47e2b722e2 lang/rust/Makefile
--- a/lang/rust/Makefile Thu Mar 12 23:01:43 2020 +0000
+++ b/lang/rust/Makefile Thu Mar 12 23:10:23 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.153 2020/03/12 22:16:44 tnn Exp $
+# $NetBSD: Makefile,v 1.154 2020/03/12 23:10:23 tnn Exp $
DISTNAME= rustc-1.41.1-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -131,7 +131,7 @@
.endif
# toolchain/54192, induces rtld issues
-.if ${OPSYS} == "NetBSD" && defined(BATCH)
+.if ${OPSYS} == "NetBSD" && (defined(BATCH) || ${PKG_DEVELOPER:Uno} == "no")
MAKE_JOBS_SAFE= no
.endif
Home |
Main Index |
Thread Index |
Old Index