pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/rust-bin rust-bin: fix packaging on Linux
details: https://anonhg.NetBSD.org/pkgsrc/rev/94f3d0f18351
branches: trunk
changeset: 386673:94f3d0f18351
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Thu Oct 13 02:26:12 2022 +0000
description:
rust-bin: fix packaging on Linux
Rust 1.63 no longer ships lib/rustlib/${RUST_ARCH}/bin/gcc-ld/ld64.
diffstat:
lang/rust-bin/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 030d6f47bdbc -r 94f3d0f18351 lang/rust-bin/Makefile
--- a/lang/rust-bin/Makefile Thu Oct 13 01:17:14 2022 +0000
+++ b/lang/rust-bin/Makefile Thu Oct 13 02:26:12 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2022/10/10 21:13:54 he Exp $
+# $NetBSD: Makefile,v 1.43 2022/10/13 02:26:12 gutteridge Exp $
DISTNAME= rust-1.63.0
PKGNAME= ${DISTNAME:S/rust/rust-bin/1}
@@ -234,7 +234,7 @@
. 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 gcc-ld/ld gcc-ld/ld64
+ rust-lld gcc-ld/ld
${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