From 104e540fe2f63e78b86a61cb41e3ecb2f5451d65 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 26 Jul 2018 21:27:57 -0500 Subject: user/firefox-esr: I present Adélie's worst APKBUILD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user/firefox-esr/disable-moz-stackwalk.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 user/firefox-esr/disable-moz-stackwalk.patch (limited to 'user/firefox-esr/disable-moz-stackwalk.patch') diff --git a/user/firefox-esr/disable-moz-stackwalk.patch b/user/firefox-esr/disable-moz-stackwalk.patch new file mode 100644 index 000000000..c83ae7eae --- /dev/null +++ b/user/firefox-esr/disable-moz-stackwalk.patch @@ -0,0 +1,18 @@ +diff --git a/mozglue/misc/StackWalk.cpp b/mozglue/misc/StackWalk.cpp +index a208bad..14e1f0d 100644 +--- a/mozglue/misc/StackWalk.cpp ++++ b/mozglue/misc/StackWalk.cpp +@@ -41,13 +41,7 @@ static CriticalAddress gCriticalAddress; + #define MOZ_STACKWALK_SUPPORTS_MACOSX 0 + #endif + +-#if (defined(linux) && \ +- ((defined(__GNUC__) && (defined(__i386) || defined(PPC))) || \ +- defined(HAVE__UNWIND_BACKTRACE))) +-#define MOZ_STACKWALK_SUPPORTS_LINUX 1 +-#else + #define MOZ_STACKWALK_SUPPORTS_LINUX 0 +-#endif + + #if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) + #define HAVE___LIBC_STACK_END 1 -- cgit v1.2.3-70-g09d2