pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rust193: If using external LLVM, insist on >= 20.0 (required since rust 1.92.0)
Module Name: pkgsrc-wip
Committed By: Havard Eidnes <he%NetBSD.org@localhost>
Pushed By: he
Date: Tue Feb 24 18:45:03 2026 +0000
Changeset: 7257e805a4af597cd84ea2cfdc5e11f9d2327eee
Modified Files:
rust193/options.mk
Log Message:
rust193: If using external LLVM, insist on >= 20.0 (required since rust 1.92.0)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7257e805a4af597cd84ea2cfdc5e11f9d2327eee
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rust193/options.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/rust193/options.mk b/rust193/options.mk
index 569bc27ee0..f9cdc04b0e 100644
--- a/rust193/options.mk
+++ b/rust193/options.mk
@@ -71,7 +71,7 @@ GCC_REQD+= 14
# Use the internal copy of LLVM or the external one?
#
.if empty(PKG_OPTIONS:Mrust-internal-llvm)
-BUILDLINK_API_DEPENDS.llvm+= llvm>=18.0.0
+BUILDLINK_API_DEPENDS.llvm+= llvm>=20.0.0
.include "../../lang/libunwind/buildlink3.mk"
.include "../../lang/llvm/buildlink3.mk"
CONFIGURE_ARGS+= --enable-llvm-link-shared
Home |
Main Index |
Thread Index |
Old Index