b475e4a46a
+ Remove spyblock@gnu.org addon because it causes problems: See: https://github.com/voidlinux/void-packages/issues/2310 and http://lists.gnu.org/archive/html/bug-gnuzilla/2015-07/msg00041.html Closes #2310 Closes #2346
13 lines
489 B
Diff
13 lines
489 B
Diff
There is no <execinfo.h> in musl libc.
|
|
|
|
--- ipc/chromium/src/base/debug_util_posix.cc 2015-07-14 00:07:38.000000000 +0200
|
|
+++ ipc/chromium/src/base/debug_util_posix.cc 2015-08-21 10:33:48.949321779 +0200
|
|
@@ -5,7 +5,7 @@
|
|
#include "build/build_config.h"
|
|
#include "base/debug_util.h"
|
|
|
|
-#define MOZ_HAVE_EXECINFO_H (defined(OS_LINUX) && !defined(ANDROID))
|
|
+#define MOZ_HAVE_EXECINFO_H (defined(OS_LINUX) && defined(__GLIBC__) && !defined(ANDROID))
|
|
|
|
#include <errno.h>
|
|
#include <fcntl.h>
|