summaryrefslogtreecommitdiffstats
path: root/debian/patches/d-rustc-windows-ssp.patch
diff options
context:
space:
mode:
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",