pkgsrc-WIP-changes archive

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

rust181: Update illumos stage0 target for llvm18.



Module Name:	pkgsrc-wip
Committed By:	Jonathan Perkin <jonathan%perkin.org.uk@localhost>
Pushed By:	jperkin
Date:		Wed Nov 20 14:46:09 2024 +0000
Changeset:	13b918c906dabe8b98ed61507d9f634eaccbdd80

Modified Files:
	rust181/Makefile

Log Message:
rust181: Update illumos stage0 target for llvm18.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=13b918c906dabe8b98ed61507d9f634eaccbdd80

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

diffstat:
 rust181/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/rust181/Makefile b/rust181/Makefile
index 7ba9013d4a..8fa1c3f72d 100644
--- a/rust181/Makefile
+++ b/rust181/Makefile
@@ -650,7 +650,7 @@ stage0-bootstrap: install
 		${CP} `${PKG_CC} -print-file-name=$${lib}` \
 		    ${BOOTSTRAP_TMPDIR}/lib/pkgsrc/; \
 	done; \
-	for lib in libLLVM-17.so libcrypto.so.3 libcurl.so.4 \
+	for lib in libLLVM.so.18.1 libcrypto.so.3 libcurl.so.4 \
 		   libssl.so.3 libz.so.1 libzstd.so.1; do \
 		${CP} ${PREFIX}/lib/$${lib} ${BOOTSTRAP_TMPDIR}/lib/pkgsrc/; \
 	done; \


Home | Main Index | Thread Index | Old Index