aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/qt5-webkit/patches/qt-musl-execinfo.patch
blob: d3adbba9c326eb56a9486ac73368d465d0402433 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Source/JavaScriptCore/inspector/JSGlobalObjectInspectorController.cpp	2018-01-20 16:53:35.000000000 +0100
+++ Source/JavaScriptCore/inspector/JSGlobalObjectInspectorController.cpp	2019-01-12 18:56:04.698975664 +0100
@@ -51,8 +51,10 @@
 #include <cxxabi.h>
 #if OS(DARWIN) || (OS(LINUX) && !PLATFORM(GTK))
 #include <dlfcn.h>
+#if defined(__GLIBC__)
 #include <execinfo.h>
 #endif
+#endif
 
 #if ENABLE(REMOTE_INSPECTOR)
 #include "JSGlobalObjectDebuggable.h"