pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rust184: Revert libLLVM change.
Module Name: pkgsrc-wip
Committed By: Jonathan Perkin <jperkin%smartos.org@localhost>
Pushed By: jperkin
Date: Tue Feb 4 15:45:19 2025 +0000
Changeset: 4ee1b4e72eeb42e102fe689b544dc8e2cbac65bb
Modified Files:
rust184/Makefile
Log Message:
rust184: Revert libLLVM change.
I don't know why this got bumped to 19 as that doesn't exist in pkgsrc,
maybe a bad global search-and-replace.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4ee1b4e72eeb42e102fe689b544dc8e2cbac65bb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rust184/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/rust184/Makefile b/rust184/Makefile
index 347a081a25..d28e134fd7 100644
--- a/rust184/Makefile
+++ b/rust184/Makefile
@@ -644,7 +644,7 @@ stage0-bootstrap: install
${CP} `${PKG_CC} -print-file-name=$${lib}` \
${BOOTSTRAP_TMPDIR}/lib/pkgsrc/; \
done; \
- for lib in libLLVM.so.19.1 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