Commit Debian 3.0 (quilt) metadata archive/raspbian/1%102.9.0-1_deb11u1+rpi1 raspbian/1%102.9.0-1_deb11u1+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Fri, 31 Mar 2023 00:59:23 +0000 (00:59 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Fri, 31 Mar 2023 00:59:23 +0000 (00:59 +0000)
[dgit (9.13) quilt-fixup]

debian/patches/disable-jit.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/disable-jit.patch b/debian/patches/disable-jit.patch
new file mode 100644 (file)
index 0000000..6fd4211
--- /dev/null
@@ -0,0 +1,41 @@
+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
index 4afa475320c6b8b065b4e956a0822822c84638e0..39c7925e173a3133684f6ad80442412dd6394b39 100644 (file)
@@ -34,3 +34,4 @@ use-a-define-instead-of-a-typedef-for-do.patch
 further-raspbian-hacks-to-rust-target-se.patch
 dont-build-rust-code-with-clto-to-avoid-.patch
 disable-more-armv7neon-stuff.patch
+disable-jit.patch