aboutsummaryrefslogtreecommitdiffstats
path: root/testing/monero/easylogging.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/monero/easylogging.patch')
-rw-r--r--testing/monero/easylogging.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/monero/easylogging.patch b/testing/monero/easylogging.patch
index 6cea439a58..27082046be 100644
--- a/testing/monero/easylogging.patch
+++ b/testing/monero/easylogging.patch
@@ -1,11 +1,11 @@
--- a/external/easylogging++/easylogging++.h
+++ b/external/easylogging++/easylogging++.h
-@@ -195,7 +195,7 @@
+@@ -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)
-+# if (__has_include(<execinfo.h>) && ELPP_COMPILER_GCC && !ELPP_MINGW)
+-# 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
+ # define ELPP_STACKTRACE 0