Commit Debian 3.0 (quilt) metadata archive/raspbian/68.2.0esr-1+rpi1 raspbian/68.2.0esr-1+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 7 Nov 2019 11:35:19 +0000 (11:35 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 7 Nov 2019 11:35:19 +0000 (11:35 +0000)
[dgit (9.9) quilt-fixup]

debian/patches/series
debian/patches/try-harder-to-disable-neon.patch [new file with mode: 0644]

index 764b1d6ef901543860fc713d2af86d35cddccf56..9cc213913bd76c16e845ce58f9c57a628ae33a0c 100644 (file)
@@ -29,3 +29,4 @@ debian-hacks/Attempt-to-work-around-make-issue-happening-on-arch-.patch
 debian-hacks/Use-build-id-as-langpack-version-for-reproducibility.patch
 raspbian-rust-triplet-hack.patch
 try-to-disable-neon.patch
+try-harder-to-disable-neon.patch
diff --git a/debian/patches/try-harder-to-disable-neon.patch b/debian/patches/try-harder-to-disable-neon.patch
new file mode 100644 (file)
index 0000000..d5905cd
--- /dev/null
@@ -0,0 +1,21 @@
+From: Peter Michael Green <plugwash@raspbian.org>
+Date: Thu, 7 Nov 2019 11:23:19 +0000
+X-Dgit-Generated: 68.2.0esr-1+rpi1 a8a34a748cbe157a1fb6bfdb2c127ff6ec8416e9
+Subject: Try harder to disable neon.
+
+
+---
+
+--- firefox-esr-68.2.0esr.orig/build/moz.configure/arm.configure
++++ firefox-esr-68.2.0esr/build/moz.configure/arm.configure
+@@ -229,8 +229,8 @@ def build_arm_neon(arm_arch):
+     return arm_arch >= 700
+-set_config('BUILD_ARM_NEON', build_arm_neon)
+-set_define('BUILD_ARM_NEON', build_arm_neon)
++#set_config('BUILD_ARM_NEON', build_arm_neon)
++#set_define('BUILD_ARM_NEON', build_arm_neon)
+ set_config('ARM_ARCH', depends(arm_target.arm_arch)(lambda x: str(x)))