pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/rust rust: default rust-internal-llvm to on for now



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f93496ebafb9
branches:  trunk
changeset: 388265:f93496ebafb9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 15 15:42:29 2022 +0000

description:
rust: default rust-internal-llvm to on for now

llvm in pkgsrc is too new for rust 1.63
Should be reverted on next rust update

diffstat:

 lang/rust/options.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 6f11e3f1f974 -r f93496ebafb9 lang/rust/options.mk
--- a/lang/rust/options.mk      Tue Nov 15 15:37:01 2022 +0000
+++ b/lang/rust/options.mk      Tue Nov 15 15:42:29 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.28 2022/09/01 09:59:46 jperkin Exp $
+# $NetBSD: options.mk,v 1.29 2022/11/15 15:42:29 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.rust
 PKG_SUPPORTED_OPTIONS+=        rust-cargo-static rust-docs
@@ -19,6 +19,9 @@
 PKG_SUGGESTED_OPTIONS+=                rust-internal-llvm
 .endif
 
+# as llvm 15 does not work with rust 1.63, always use internal llvm for now
+PKG_SUGGESTED_OPTIONS+=                rust-internal-llvm
+
 # Bundle OpenSSL and curl into the cargo binary when producing
 # bootstraps on NetBSD.
 .if ${OPSYS} == "NetBSD" && ${BUILD_TARGET} == "dist"



Home | Main Index | Thread Index | Old Index