pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/rust



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Apr  9 09:25:47 UTC 2026

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
rust: Avoid bootstrap sanity checks on SunOS.

This is untested due to gnulib fallout, but should fix issue where the illumos
bootstrap kit conflicts with the checks for m68k-netbsd, and avoids a patch.


To generate a diff of this commit:
cvs rdiff -u -r1.356 -r1.357 pkgsrc/lang/rust/Makefile

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

Modified files:

Index: pkgsrc/lang/rust/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.356 pkgsrc/lang/rust/Makefile:1.357
--- pkgsrc/lang/rust/Makefile:1.356     Thu Apr  2 19:06:34 2026
+++ pkgsrc/lang/rust/Makefile   Thu Apr  9 09:25:47 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.356 2026/04/02 19:06:34 wiz Exp $
+# $NetBSD: Makefile,v 1.357 2026/04/09 09:25:47 jperkin Exp $
 
 DISTNAME=      rustc-1.94.1-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -77,6 +77,7 @@ MAKE_ENV+=            CARGO_BUILD_JOBS=${_MAKE_JOB
 
 CFLAGS.SunOS+=         -D_POSIX_PTHREAD_SEMANTICS
 MAKE_ENV.SunOS+=       AR=gar
+MAKE_ENV.SunOS+=       BOOTSTRAP_SKIP_TARGET_SANITY=1
 
 # Debugging of crate resolution
 # Annoyingly, this makes the powerpc build succeed...



Home | Main Index | Thread Index | Old Index