mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-18 02:41:30 +02:00
12 lines
277 B
Diff
12 lines
277 B
Diff
--- 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)
|