From dc2f937d0d46e339ea02a847daf39655a558f14c Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Sat, 5 Feb 2022 15:36:45 +0000 Subject: [PATCH] Commit Debian 3.0 (quilt) metadata [dgit (9.15) quilt-fixup] --- ...her-raspbian-hacks-to-rust-target-se.patch | 20 +++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 21 insertions(+) create mode 100644 debian/patches/further-raspbian-hacks-to-rust-target-se.patch 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 index 0000000000..186257643a --- /dev/null +++ b/debian/patches/further-raspbian-hacks-to-rust-target-se.patch @@ -0,0 +1,20 @@ +From: Peter Michael Green +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 + + diff --git a/debian/patches/series b/debian/patches/series index ef9ba7c5ff..cb2c54ab18 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -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 -- 2.30.2