Add export NSS_DISABLE_ARM32_NEON=1 to hopefully disable neon in nss.
authorPeter Michael Green <plugwash@raspbian.org>
Wed, 28 Oct 2020 03:06:45 +0000 (03:06 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Wed, 28 Oct 2020 03:06:45 +0000 (03:06 +0000)
debian/changelog
debian/rules

index 21527d0902ec5f8edab5e8f914c1e73e00c42dc3..d9cffc59ca29d7e7d66f1a73baef2646f3932eb2 100644 (file)
@@ -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 <root@raspbian.org>  Mon, 26 Oct 2020 12:12:48 +0000
 
 thunderbird (1:78.4.0-1~deb10u1) stable-security; urgency=medium
index d56673bf7487f5d0a6a08ff3f130a8a8bbfc7110..565ba7d20a42f69948c0b80772ae52c1dae72a15 100755 (executable)
@@ -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 $@