pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/rust



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jul 18 16:24:38 UTC 2018

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
rust: Add more libraries to the stage0 fixup.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/lang/rust/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/rust/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.42 pkgsrc/lang/rust/Makefile:1.43
--- pkgsrc/lang/rust/Makefile:1.42      Mon Jul 16 01:58:58 2018
+++ pkgsrc/lang/rust/Makefile   Wed Jul 18 16:24:38 2018
@@ -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 @@ stage0-bootstrap: install
        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