From: Peter Michael Green Date: Fri, 31 Mar 2023 00:59:23 +0000 (+0000) Subject: Commit Debian 3.0 (quilt) metadata X-Git-Tag: archive/raspbian/1%102.9.0-1_deb11u1+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7c4d658997df6f59c1b43ef35d84108160f86b4f;p=thunderbird.git Commit Debian 3.0 (quilt) metadata [dgit (9.13) quilt-fixup] --- diff --git a/debian/patches/disable-jit.patch b/debian/patches/disable-jit.patch new file mode 100644 index 0000000000..6fd4211702 --- /dev/null +++ b/debian/patches/disable-jit.patch @@ -0,0 +1,41 @@ +From: Peter Michael Green +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 + + diff --git a/debian/patches/series b/debian/patches/series index 4afa475320..39c7925e17 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -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