--- /dev/null
+From: Peter Michael Green <plugwash@raspbian.org>
+Date: Tue, 20 Sep 2022 21:54:38 +0000
+X-Dgit-Generated: 1:102.9.0-1~deb11u1+rpi1 e39d148ca9f1018b80a1706e6d97a86a847aa3a7
+Subject: Disable jit.
+
+
+---
+
+--- thunderbird-102.9.0.orig/js/moz.configure
++++ thunderbird-102.9.0/js/moz.configure
+@@ -154,18 +154,18 @@ set_define("ENABLE_RECORD_TUPLE", enable
+ # =======================================================
+ @depends(target, "--enable-record-tuple")
+ def jit_default(target, enable_record_tuple):
+- if enable_record_tuple:
+- return False
+- if target.cpu in (
+- "x86",
+- "x86_64",
+- "arm",
+- "aarch64",
+- "mips32",
+- "mips64",
+- "loongarch64",
+- ):
+- return True
++ #if enable_record_tuple:
++ # return False
++ #if target.cpu in (
++ # "x86",
++ # "x86_64",
++ # "arm",
++ # "aarch64",
++ # "mips32",
++ # "mips64",
++ # "loongarch64",
++ #):
++ # return True
+ return False
+
+