pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Rust177: fix lib versions
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Fri Apr 19 10:44:36 2024 +0200
Changeset: a88ab6872bdd79351a38466b8c9237e58907d7d3
Modified Files:
rust177/Makefile
Log Message:
Rust177: fix lib versions
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a88ab6872bdd79351a38466b8c9237e58907d7d3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rust177/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/rust177/Makefile b/rust177/Makefile
index 9f2d11d575..f39df7af5e 100644
--- a/rust177/Makefile
+++ b/rust177/Makefile
@@ -617,8 +617,8 @@ stage0-bootstrap: install
${CP} `${PKG_CC} -print-file-name=$${lib}` \
${BOOTSTRAP_TMPDIR}/lib/pkgsrc/; \
done; \
- for lib in libLLVM-15.so libcrypto.so.1.1 libcurl.so.4 \
- libssl.so.1.1 libz.so.1 libzstd.so.1; do \
+ for lib in libLLVM-16.so 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; \
for lib in libiconv.so.2 libidn2.so.0 libintl.so.8 liblber.so.2 \
Home |
Main Index |
Thread Index |
Old Index