Refresh patch 2007 for new release.
authorVasudev Kamath <vasudev@copyninja.info>
Sat, 28 Jul 2018 16:57:08 +0000 (22:27 +0530)
committerVasudev Kamath <vasudev@copyninja.info>
Sat, 28 Jul 2018 16:57:08 +0000 (22:27 +0530)
debian/patches/2007_sparc64_disable_incremental_build.patch

index 7f80fed0c7c3402718f730d25ee46e32c3f85809..2f57af00d3e46b19ba464e6b64da1df2c1cfa3a6 100644 (file)
@@ -3,15 +3,15 @@ Description: Disable incremental builds on sparc64
  disable them by default for the time being.
 Last-Update: 2018-04-09
 
---- a/src/cargo/core/manifest.rs
-+++ b/src/cargo/core/manifest.rs
-@@ -711,6 +711,9 @@
+--- a/src/cargo/core/profiles.rs
++++ b/src/cargo/core/profiles.rs
+@@ -386,6 +386,9 @@
              debuginfo: Some(2),
              debug_assertions: true,
              overflow_checks: true,
-+          #[cfg(target_arch = "sparc64")]
++            #[cfg(target_arch = "sparc64")]
 +            incremental: false,
-+          #[cfg(not(target_arch = "sparc64"))]
++            #[cfg(not(target_arch = "sparc64"))]
              incremental: true,
              ..Profile::default()
          }