diff options
author | André Klitzing <aklitzing@gmail.com> | 2017-06-17 00:38:39 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-06-20 07:50:35 +0000 |
commit | 711e23bd51010b5757171e9183516e6127783ffc (patch) | |
tree | 103dad52187af5e26766fb1240c66177a585a7b2 /testing/monero/libunwind.patch | |
parent | 5a9f09fdb0d9016db63f68af0715e9f0e7a95db7 (diff) | |
download | aports-711e23bd51010b5757171e9183516e6127783ffc.tar.bz2 aports-711e23bd51010b5757171e9183516e6127783ffc.tar.xz |
testing/monero: new aport
Diffstat (limited to 'testing/monero/libunwind.patch')
-rw-r--r-- | testing/monero/libunwind.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/monero/libunwind.patch b/testing/monero/libunwind.patch new file mode 100644 index 0000000000..90861a52da --- /dev/null +++ b/testing/monero/libunwind.patch @@ -0,0 +1,11 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -288,7 +288,7 @@ + set(DEFAULT_STACK_TRACE OFF) + set(LIBUNWIND_LIBRARIES "") + elseif(CMAKE_C_COMPILER_ID STREQUAL "GNU" AND NOT MINGW) +- set(DEFAULT_STACK_TRACE ON) ++ set(DEFAULT_STACK_TRACE OFF) + set(LIBUNWIND_LIBRARIES "") + elseif (ARM AND STATIC) + set(DEFAULT_STACK_TRACE OFF) |