mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 08:51:25 +02:00
12 lines
596 B
Diff
12 lines
596 B
Diff
--- a/external/easylogging++/easylogging++.h 2018-10-10 13:06:21.126417347 +0200
|
|
+++ b/external/easylogging++/easylogging++.h 2018-10-10 13:07:35.488416829 +0200
|
|
@@ -205,7 +205,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 && !ELPP_OS_NETBSD)
|
|
+# if ( __has_include(<execinfo.h>) && ELPP_COMPILER_GCC && !ELPP_MINGW && !ELPP_OS_OPENBSD && !ELPP_OS_NETBSD)
|
|
# define ELPP_STACKTRACE 1
|
|
# else
|
|
# define ELPP_STACKTRACE 0
|