Commit Debian 3.0 (quilt) metadata archive/raspbian/1%91.5.1-1+rpi1 raspbian/1%91.5.1-1+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Sat, 5 Feb 2022 15:36:45 +0000 (15:36 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 5 Feb 2022 15:36:45 +0000 (15:36 +0000)
[dgit (9.15) quilt-fixup]

debian/patches/further-raspbian-hacks-to-rust-target-se.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/further-raspbian-hacks-to-rust-target-se.patch b/debian/patches/further-raspbian-hacks-to-rust-target-se.patch
new file mode 100644 (file)
index 0000000..1862576
--- /dev/null
@@ -0,0 +1,20 @@
+From: Peter Michael Green <plugwash@raspbian.org>
+Date: Sat, 5 Feb 2022 14:30:32 +0000
+X-Dgit-Generated: 1:91.5.1-1+rpi1 ee3c5f7c5038a688fb27935d347ea039c851f63f
+Subject: Further raspbian hacks to rust target selection.
+
+
+---
+
+--- thunderbird-91.5.1.orig/build/moz.configure/rust.configure
++++ thunderbird-91.5.1/build/moz.configure/rust.configure
+@@ -393,6 +393,9 @@ def detect_rustc_target(
+     if rustc_target is None:
+         die("Don't know how to translate {} for rustc".format(host_or_target.alias))
++    #raspbian hack
++    if rustc_target == "armv7-unknown-linux-gnueabihf":
++        rustc_target = "arm-unknown-linux-gnueabihf"
+     return rustc_target
index ef9ba7c5ff35927e05350969f9877a4e6529737c..cb2c54ab18ecb0191ac3407950b874685194dbe0 100644 (file)
@@ -34,3 +34,4 @@ try-harder-to-disable-neon.patch
 disable-neon-in-qcms.patch
 patch-out-neon-in-freebl.patch
 use-a-define-instead-of-a-typedef-for-do.patch
+further-raspbian-hacks-to-rust-target-se.patch