From: Peter Michael Green Date: Wed, 28 Oct 2020 03:06:45 +0000 (+0000) Subject: Add export NSS_DISABLE_ARM32_NEON=1 to hopefully disable neon in nss. X-Git-Tag: archive/raspbian/1%78.4.0-1_deb10u1+rpi1~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c8e8bc36b0b1290e7c4ed8e59e0ec44af3e85254;p=thunderbird.git Add export NSS_DISABLE_ARM32_NEON=1 to hopefully disable neon in nss. --- diff --git a/debian/changelog b/debian/changelog index 21527d0902..d9cffc59ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,9 @@ thunderbird (1:78.4.0-1~deb10u1+rpi1) buster-staging; urgency=medium * Clean up pycache directories. * Disable neon in qcms. + [changes introduced in 1:78.4.0-1~deb10u1+rpi1 by Peter Michael Green] + * Add export NSS_DISABLE_ARM32_NEON=1 to hopefully disable neon in nss. + -- Raspbian forward porter Mon, 26 Oct 2020 12:12:48 +0000 thunderbird (1:78.4.0-1~deb10u1) stable-security; urgency=medium diff --git a/debian/rules b/debian/rules index d56673bf74..565ba7d20a 100755 --- a/debian/rules +++ b/debian/rules @@ -77,6 +77,8 @@ export SHELL=/bin/bash # Work around https://github.com/rust-lang/cargo/issues/7147 export CARGO_HOME=$(CURDIR)/debian/.cargo +export NSS_DISABLE_ARM32_NEON=1 + %: dh $@