mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
12 lines
485 B
Diff
12 lines
485 B
Diff
--- a/external/easylogging++/easylogging++.h
|
|
+++ b/external/easylogging++/easylogging++.h
|
|
@@ -200,7 +200,7 @@
|
|
# define ELPP_INTERNAL_INFO(lvl, msg)
|
|
#endif // (defined(ELPP_DEBUG_INFO))
|
|
#if (defined(ELPP_FEATURE_ALL)) || (defined(ELPP_FEATURE_CRASH_LOG))
|
|
-# if (ELPP_COMPILER_GCC && !ELPP_MINGW && !ELPP_OS_OPENBSD)
|
|
+# if (__has_include(<execinfo.h>) && ELPP_COMPILER_GCC && !ELPP_MINGW && !ELPP_OS_OPENBSD)
|
|
# define ELPP_STACKTRACE 1
|
|
# else
|
|
# define ELPP_STACKTRACE 0
|