forked from pool/redis
Marcus Rueckert
9bd8414148
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=125
16 lines
499 B
Diff
16 lines
499 B
Diff
Index: src/config.h
|
|
===================================================================
|
|
--- src/config.h.orig
|
|
+++ src/config.h
|
|
@@ -65,8 +65,10 @@
|
|
#if defined(__APPLE__) || (defined(__linux__) && defined(__GLIBC__)) || \
|
|
defined(__FreeBSD__) || (defined(__OpenBSD__) && defined(USE_BACKTRACE))\
|
|
|| defined(__DragonFly__)
|
|
+#if defined(__i386__) || defined(__x86_64__) || defined(__ia64__) || defined (__arm__)
|
|
#define HAVE_BACKTRACE 1
|
|
#endif
|
|
+#endif
|
|
|
|
/* MSG_NOSIGNAL. */
|
|
#ifdef __linux__
|