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/92e1a7bdcb4b
branches:  trunk
changeset: 310560:92e1a7bdcb4b
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 6bee4b83c7e2 -r 92e1a7bdcb4b 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