summaryrefslogtreecommitdiffstats
path: root/debian/patches/d-rustc-windows-ssp.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-07 05:48:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-07 05:48:47 +0000
commit8274ece7b836b5e6312e1aa97bebdf8c1f1cb464 (patch)
tree20423151acc1cca6978e0d0cefe44638f26ad4b9 /debian/patches/d-rustc-windows-ssp.patch
parentMerging upstream version 1.75.0+dfsg1. (diff)
downloadrustc-8274ece7b836b5e6312e1aa97bebdf8c1f1cb464.tar.xz
rustc-8274ece7b836b5e6312e1aa97bebdf8c1f1cb464.zip
Adding debian version 1.75.0+dfsg1-3.debian/1.75.0+dfsg1-3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/d-rustc-windows-ssp.patch')
-rw-r--r--debian/patches/d-rustc-windows-ssp.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/d-rustc-windows-ssp.patch b/debian/patches/d-rustc-windows-ssp.patch
index 46b20fb97..b086b9a5d 100644
--- a/debian/patches/d-rustc-windows-ssp.patch
+++ b/debian/patches/d-rustc-windows-ssp.patch
@@ -4,14 +4,14 @@ Subject: d-rustc-windows-ssp
Bug: https://github.com/rust-lang/rust/issues/68973
---
- compiler/rustc_target/src/spec/windows_gnu_base.rs | 2 ++
+ compiler/rustc_target/src/spec/base/windows_gnu.rs | 2 ++
1 file changed, 2 insertions(+)
-Index: rust/compiler/rustc_target/src/spec/windows_gnu_base.rs
+Index: rust/compiler/rustc_target/src/spec/base/windows_gnu.rs
===================================================================
---- rust.orig/compiler/rustc_target/src/spec/windows_gnu_base.rs
-+++ rust/compiler/rustc_target/src/spec/windows_gnu_base.rs
-@@ -41,6 +41,8 @@ pub fn opts() -> TargetOptions {
+--- rust.orig/compiler/rustc_target/src/spec/base/windows_gnu.rs
++++ rust/compiler/rustc_target/src/spec/base/windows_gnu.rs
+@@ -42,6 +42,8 @@ pub fn opts() -> TargetOptions {
"-lmsvcrt",
"-luser32",
"-lkernel32",