void-packages/srcpkgs/thunderbird/patches/fix-i686-ppc-musl.patch
mmnmnnmnmm 08dacf2753 thunderbird: update to 78.6.0.
- sync patches with firefox-esr
- add --allow-addon-sideload to mozconfig so language packs work
2021-01-08 23:49:47 -03:00

11 lines
427 B
Diff

--- mozglue/misc/StackWalk.cpp 2017-04-11 04:13:21.000000000 +0200
+++ mozglue/misc/StackWalk.cpp 2017-11-29 15:23:07.218649970 +0100
@@ -41,7 +41,7 @@
#define MOZ_STACKWALK_SUPPORTS_MACOSX 0
#endif
-#if (defined(linux) && \
+#if defined(__GLIBC__) && (defined(linux) && \
((defined(__GNUC__) && (defined(__i386) || defined(PPC))) || \
defined(HAVE__UNWIND_BACKTRACE)))
#define MOZ_STACKWALK_SUPPORTS_LINUX 1