14 lines
489 B
Diff
14 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>
|