diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-07 05:48:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-07 05:48:47 +0000 |
commit | 8274ece7b836b5e6312e1aa97bebdf8c1f1cb464 (patch) | |
tree | 20423151acc1cca6978e0d0cefe44638f26ad4b9 /debian/patches/d-bootstrap-rustflags.patch | |
parent | Merging upstream version 1.75.0+dfsg1. (diff) | |
download | rustc-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-bootstrap-rustflags.patch')
-rw-r--r-- | debian/patches/d-bootstrap-rustflags.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/patches/d-bootstrap-rustflags.patch b/debian/patches/d-bootstrap-rustflags.patch index 792b05c82..98edfc568 100644 --- a/debian/patches/d-bootstrap-rustflags.patch +++ b/debian/patches/d-bootstrap-rustflags.patch @@ -4,15 +4,15 @@ Subject: d-bootstrap-rustflags =================================================================== --- - src/bootstrap/builder.rs | 12 ++++++++++++ + src/bootstrap/src/core/builder.rs | 12 ++++++++++++ 1 file changed, 12 insertions(+) -Index: rust/src/bootstrap/builder.rs +Index: rust/src/bootstrap/src/core/builder.rs =================================================================== ---- rust.orig/src/bootstrap/builder.rs -+++ rust/src/bootstrap/builder.rs -@@ -1385,6 +1385,18 @@ impl<'a> Builder<'a> { - } +--- rust.orig/src/bootstrap/src/core/builder.rs ++++ rust/src/bootstrap/src/core/builder.rs +@@ -1447,6 +1447,18 @@ impl<'a> Builder<'a> { + hostflags.arg("--check-cfg=values(bootstrap)"); } + // Debian-specific stuff here |