pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/rust-bin



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Sep 12 18:51:50 UTC 2021

Modified Files:
        pkgsrc/lang/rust-bin: Makefile

Log Message:
rust-bin: fix Linux packaging after version update


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/rust-bin/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-bin/Makefile
diff -u pkgsrc/lang/rust-bin/Makefile:1.28 pkgsrc/lang/rust-bin/Makefile:1.29
--- pkgsrc/lang/rust-bin/Makefile:1.28  Sat Sep 11 08:38:44 2021
+++ pkgsrc/lang/rust-bin/Makefile       Sun Sep 12 18:51:50 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2021/09/11 08:38:44 nia Exp $
+# $NetBSD: Makefile,v 1.29 2021/09/12 18:51:50 gutteridge Exp $
 
 DISTNAME=      rust-1.54.0
 PKGNAME=       ${DISTNAME:S/rust/rust-bin/1}
@@ -214,7 +214,8 @@ fix-relative-rpath:
 # Only Linux builds link these binaries against an LLVM library
 .  if ${OPSYS} == "Linux"
 .    for bin in llc llvm-ar llvm-as llvm-cov llvm-dis llvm-nm llvm-objcopy \
-          llvm-objdump llvm-profdata llvm-readobj llvm-size llvm-strip opt rust-lld
+          llvm-objdump llvm-profdata llvm-readobj llvm-size llvm-strip opt \
+          rust-lld gcc-ld/rust-lld
         ${PREFIX}/bin/patchelf ${FORCE_RPATH} --set-rpath ${RUST_LLVM_RPATH} \
           ${DESTDIR}${PREFIX}/lib/rustlib/${RUST_ARCH}/bin/${bin}
 .    endfor



Home | Main Index | Thread Index | Old Index