pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/rust rust: Add more libraries to the stage0 fixup.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9c78863c81ce
branches: trunk
changeset: 382940:9c78863c81ce
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Wed Jul 18 16:24:38 2018 +0000
description:
rust: Add more libraries to the stage0 fixup.
diffstat:
lang/rust/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 36ce35e344e9 -r 9c78863c81ce lang/rust/Makefile
--- a/lang/rust/Makefile Wed Jul 18 15:56:04 2018 +0000
+++ b/lang/rust/Makefile Wed Jul 18 16:24:38 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2018/07/16 01:58:58 ryoon Exp $
+# $NetBSD: Makefile,v 1.43 2018/07/18 16:24:38 jperkin Exp $
DISTNAME= rustc-1.27.1-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -256,7 +256,7 @@
for f in ${BOOTSTRAP_TMPDIR}/lib/*.so*; do \
/usr/bin/elfedit -e 'dyn:runpath $$ORIGIN:$$ORIGIN/pkgsrc' $$f; \
done
- for f in ${BOOTSTRAP_TMPDIR}/lib/rustlib/${RUST_ARCH}/lib/*.so*; do \
+ for f in ${BOOTSTRAP_TMPDIR}/lib/rustlib/${RUST_ARCH}/*/*.so*; do \
/usr/bin/elfedit -e 'dyn:runpath $$ORIGIN:$$ORIGIN/../../..:$$ORIGIN/../../../pkgsrc' $$f; \
done
.endif
Home |
Main Index |
Thread Index |
Old Index