pkgsrc-WIP-changes archive

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

rust185: Fix typo in patch



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Thu Apr 3 21:01:10 2025 +0200
Changeset:	474531c5cead28cb4973d99c860d5a6b13a9b91a

Modified Files:
	rust185/distinfo
	rust185/patches/patch-src_bootstrap_src_core_builder_cargo.rs

Log Message:
rust185: Fix typo in patch

Fixes Linux build

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=474531c5cead28cb4973d99c860d5a6b13a9b91a

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

diffstat:
 rust185/distinfo                                              | 2 +-
 rust185/patches/patch-src_bootstrap_src_core_builder_cargo.rs | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/rust185/distinfo b/rust185/distinfo
index a58e3f3531..01e3ebbfca 100644
--- a/rust185/distinfo
+++ b/rust185/distinfo
@@ -124,7 +124,7 @@ SHA1 (patch-library_stdarch_crates_std__detect_tests_cpu-detection.rs) = 97c3ad8
 SHA1 (patch-src_bootstrap_bootstrap.py) = b2ccb6a2c3ca180a3a39493314d56285a7a6d8ea
 SHA1 (patch-src_bootstrap_src_core_build__steps_compile.rs) = e928203ed4734c93cc33c5a3f7879cf18dcecc83
 SHA1 (patch-src_bootstrap_src_core_build__steps_install.rs) = cc6558df42c9c9ac28fdb2ff180bdaa7f22ce816
-SHA1 (patch-src_bootstrap_src_core_builder_cargo.rs) = 24c809e25e9397840edf044270d487dab5ec1a12
+SHA1 (patch-src_bootstrap_src_core_builder_cargo.rs) = c333b63b244cd0a8b1022777871b3f5b7bdfb2f9
 SHA1 (patch-src_bootstrap_src_lib.rs) = 331f14cee4b89d306122c61a68dfc356c872f4f3
 SHA1 (patch-src_llvm-project_llvm_CMakeLists.txt) = 7abfabb6ec70df229a69355f8c76825610165c37
 SHA1 (patch-src_llvm-project_llvm_cmake_modules_AddLLVM.cmake) = e1b2eb2f0b3cf1cf87b443656ae306b3242f6b12
diff --git a/rust185/patches/patch-src_bootstrap_src_core_builder_cargo.rs b/rust185/patches/patch-src_bootstrap_src_core_builder_cargo.rs
index 46ebd90fbf..230ca00175 100644
--- a/rust185/patches/patch-src_bootstrap_src_core_builder_cargo.rs
+++ b/rust185/patches/patch-src_bootstrap_src_core_builder_cargo.rs
@@ -35,7 +35,7 @@ https://github.com/rust-lang/rust/issues/133629
          }
  
 +	// added for pkgsrc libunwind or external LLVM
-+	rustflags.arg("-Clink-args=-Wl,-rpath,@PREFIX@/lib,-L@PREFIX/lib");
++	rustflags.arg("-Clink-args=-Wl,-rpath,@PREFIX@/lib,-L@PREFIX@/lib");
 +
          Cargo {
              command: cargo,


Home | Main Index | Thread Index | Old Index