diff options
Diffstat (limited to 'testing/akonadi/disable-backtrace.patch')
-rw-r--r-- | testing/akonadi/disable-backtrace.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/akonadi/disable-backtrace.patch b/testing/akonadi/disable-backtrace.patch new file mode 100644 index 0000000000..291a5a93df --- /dev/null +++ b/testing/akonadi/disable-backtrace.patch @@ -0,0 +1,11 @@ +--- akonadi-1.5.3.orig/shared/akcrash.cpp ++++ akonadi-1.5.3/shared/akcrash.cpp +@@ -44,7 +44,7 @@ + QString s; + + /* FIXME: is there an equivalent for darwin, *BSD, or windows? */ +-#ifdef HAVE_EXECINFO_H ++#if 0 + void* trace[256]; + int n = backtrace(trace, 256); + if (!n) |