diff options
Diffstat (limited to 'debian/patches/d-armel-fix-lldb.patch')
-rw-r--r-- | debian/patches/d-armel-fix-lldb.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/d-armel-fix-lldb.patch b/debian/patches/d-armel-fix-lldb.patch index 2d542a1e9..b02bcfafc 100644 --- a/debian/patches/d-armel-fix-lldb.patch +++ b/debian/patches/d-armel-fix-lldb.patch @@ -4,7 +4,7 @@ Index: rust/src/bootstrap/test.rs =================================================================== --- rust.orig/src/bootstrap/test.rs +++ rust/src/bootstrap/test.rs -@@ -1516,7 +1516,11 @@ note: if you're sure you want to do this +@@ -1631,7 +1631,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); |