Commit Debian 3.0 (quilt) metadata archive/raspbian/91.4.0esr-1+rpi1 raspbian/91.4.0esr-1+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Tue, 21 Dec 2021 18:25:06 +0000 (18:25 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 21 Dec 2021 18:25:06 +0000 (18:25 +0000)
[dgit (9.14) quilt-fixup]

debian/patches/series
debian/patches/use-a-define-instead-of-a-typedef-for-do.patch [new file with mode: 0644]

index 31c75202e6e0f39e7158d454f88e0a31dd8c5f3e..78e2e6c29caa9404e560f60197ddf73e83680114 100644 (file)
@@ -23,3 +23,4 @@ raspbian-rust-triplet-hack.patch
 try-to-disable-neon.patch
 try-harder-to-disable-neon.patch
 disable-neon-in-qcms.patch
+use-a-define-instead-of-a-typedef-for-do.patch
diff --git a/debian/patches/use-a-define-instead-of-a-typedef-for-do.patch b/debian/patches/use-a-define-instead-of-a-typedef-for-do.patch
new file mode 100644 (file)
index 0000000..055074f
--- /dev/null
@@ -0,0 +1,19 @@
+From: Peter Michael Green <plugwash@raspbian.org>
+Date: Tue, 21 Dec 2021 17:35:22 +0000
+X-Dgit-Generated: 91.4.0esr-1+rpi1 f2f0506a7eb9cf10f4fe44779c3d669707eb61e3
+Subject: Use a #define instead of a typedef for double_t in fdlibm to prevent conflicting definitions error.
+
+
+---
+
+--- firefox-esr-91.4.0esr.orig/modules/fdlibm/src/math_private.h
++++ firefox-esr-91.4.0esr/modules/fdlibm/src/math_private.h
+@@ -35,7 +35,7 @@ typedef long double      __double_t;
+ #else
+ typedef double      __double_t;
+ #endif
+-typedef __double_t  double_t;
++#define double_t __double_t
+ /*
+  * The original fdlibm code used statements like: