summaryrefslogtreecommitdiffstats
path: root/debian/patches/d-armel-fix-lldb.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/d-armel-fix-lldb.patch')
-rw-r--r--debian/patches/d-armel-fix-lldb.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/d-armel-fix-lldb.patch b/debian/patches/d-armel-fix-lldb.patch
index b02bcfafc..36065ace9 100644
--- a/debian/patches/d-armel-fix-lldb.patch
+++ b/debian/patches/d-armel-fix-lldb.patch
@@ -1,10 +1,10 @@
run panics if lldb is not installed and no output is produced..
-Index: rust/src/bootstrap/test.rs
+Index: rust/src/bootstrap/src/core/build_steps/test.rs
===================================================================
---- rust.orig/src/bootstrap/test.rs
-+++ rust/src/bootstrap/test.rs
-@@ -1631,7 +1631,11 @@ note: if you're sure you want to do this
+--- rust.orig/src/bootstrap/src/core/build_steps/test.rs
++++ rust/src/bootstrap/src/core/build_steps/test.rs
+@@ -1779,7 +1779,11 @@ NOTE: if you're sure you want to do this
.ok();
if let Some(ref vers) = lldb_version {
cmd.arg("--lldb-version").arg(vers);