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: Thu Sep 12 22:06:19 UTC 2024
Modified Files:
pkgsrc/lang/rust-bin: Makefile
Log Message:
rust-bin: fix packaging for Linux
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 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.67 pkgsrc/lang/rust-bin/Makefile:1.68
--- pkgsrc/lang/rust-bin/Makefile:1.67 Thu Aug 8 15:02:57 2024
+++ pkgsrc/lang/rust-bin/Makefile Thu Sep 12 22:06:19 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2024/08/08 15:02:57 he Exp $
+# $NetBSD: Makefile,v 1.68 2024/09/12 22:06:19 gutteridge Exp $
DISTNAME= rust-1.79.0
PKGNAME= ${DISTNAME:S/rust/rust-bin/1}
@@ -270,7 +270,7 @@ fix-relative-rpath:
. endfor
# 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 \
+. for bin in llc llvm-ar llvm-as llvm-cov llvm-dis llvm-link llvm-nm llvm-objcopy \
llvm-objdump llvm-profdata llvm-readobj llvm-size llvm-strip opt \
rust-lld gcc-ld/ld64.lld gcc-ld/ld.lld gcc-ld/lld-link gcc-ld/wasm-ld
${PREFIX}/bin/patchelf ${FORCE_RPATH} --set-rpath ${RUST_LLVM_RPATH} \
Home |
Main Index |
Thread Index |
Old Index