aboutsummaryrefslogtreecommitdiffstats
path: root/testing/monero/easylogging.patch
diff options
context:
space:
mode:
authorAndré Klitzing <aklitzing@gmail.com>2017-09-11 11:39:51 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2017-09-18 14:05:46 +0000
commit5fc23744520682d6db58aefa95e86a3eda3c9f35 (patch)
treefb811cf977f7f64976c1f0d2f875e115f9559292 /testing/monero/easylogging.patch
parent74127d14fc76bed642233d4dbc7447705b0c2f78 (diff)
downloadaports-5fc23744520682d6db58aefa95e86a3eda3c9f35.tar.bz2
aports-5fc23744520682d6db58aefa95e86a3eda3c9f35.tar.xz
testing/monero: upgrade to 0.11.0.0
Diffstat (limited to 'testing/monero/easylogging.patch')
-rw-r--r--testing/monero/easylogging.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/monero/easylogging.patch b/testing/monero/easylogging.patch
index f36d96a1e0..6cea439a58 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 @@
- # define ELPP_INTERNAL_INFO(lvl, msg)
+ # define ELPP_INTERNAL_INFO(lvl, msg)
#endif // (defined(ELPP_DEBUG_INFO))
- #if defined(ELPP_STACKTRACE_ON_CRASH)
--# if (ELPP_COMPILER_GCC && !ELPP_MINGW)
-+# if (__has_include(<execinfo.h>) && ELPP_COMPILER_GCC && !ELPP_MINGW)
- # define ELPP_STACKTRACE 1
- # else
+ #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)
+ # define ELPP_STACKTRACE 1
+ # else
# define ELPP_STACKTRACE 0