summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2020-05-19 09:53:28 +0000
committerjperkin <jperkin@pkgsrc.org>2020-05-19 09:53:28 +0000
commit4a0dbe22446f2096c90c07bb92d945ac2e80b282 (patch)
tree5666ba800de76fd349de9ea8c1678a039824d7e4
parent1e421f7a5b51055c8f7ea095fde56f44bef9e757 (diff)
downloadpkgsrc-4a0dbe22446f2096c90c07bb92d945ac2e80b282.tar.gz
rust: Bump libLLVM version for SunOS bootstrap.
-rw-r--r--lang/rust/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile
index d8b10ed70a0..e2be39f04cf 100644
--- a/lang/rust/Makefile
+++ b/lang/rust/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.165 2020/05/17 13:18:07 he Exp $
+# $NetBSD: Makefile,v 1.166 2020/05/19 09:53:28 jperkin Exp $
DISTNAME= rustc-1.43.1-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -432,7 +432,7 @@ stage0-bootstrap: install
${BOOTSTRAP_TMPDIR}/lib/pkgsrc/; \
done
# direct dependencies
- for lib in libLLVM-9.so libcrypto.so.1.1 libcurl.so.4 \
+ for lib in libLLVM-10.so libcrypto.so.1.1 libcurl.so.4 \
libssl.so.1.1 libz.so.1; do \
${CP} ${PREFIX}/lib/$${lib} ${BOOTSTRAP_TMPDIR}/lib/pkgsrc/; \
done