diff options
author | Tim Brust <tim.brust@sinnerschrader.com> | 2019-02-28 12:17:02 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-03 17:43:25 +0000 |
commit | 44fb57ec93253272586601b7d9e886205cef9a25 (patch) | |
tree | ca3d20fd3be90468d30a002df0f33c7d4ec8b28e /testing/firefox/disable-moz-stackwalk.patch | |
parent | 7215e61ae99adbe8c7bb36c5bedd3408c673ac00 (diff) | |
download | aports-44fb57ec93253272586601b7d9e886205cef9a25.tar.bz2 aports-44fb57ec93253272586601b7d9e886205cef9a25.tar.xz |
testing/firefox: upgrade to 65.0
Diffstat (limited to 'testing/firefox/disable-moz-stackwalk.patch')
-rw-r--r-- | testing/firefox/disable-moz-stackwalk.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/firefox/disable-moz-stackwalk.patch b/testing/firefox/disable-moz-stackwalk.patch index c83ae7eae9..e72b0d3248 100644 --- a/testing/firefox/disable-moz-stackwalk.patch +++ b/testing/firefox/disable-moz-stackwalk.patch @@ -2,17 +2,17 @@ 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; +@@ -32,13 +32,7 @@ using namespace mozilla; #define MOZ_STACKWALK_SUPPORTS_MACOSX 0 #endif - --#if (defined(linux) && \ + +-#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 |