aboutsummaryrefslogtreecommitdiffstats
path: root/testing/redis/redis-no-backtrace.patch
blob: 5c0332b3736ba7b4b1bb2c7b0f575eec1dc1ec5e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/redis-2.6.16/src/config.h.orig
+++ src/redis-2.6.16/src/config.h
@@ -54,7 +54,7 @@
 #endif
 
 /* Test for backtrace() */
-#if defined(__APPLE__) || defined(__linux__)
+#if defined(__APPLE__) || (defined(__linux__) && defined(__GLIBC__))
 #define HAVE_BACKTRACE 1
 #endif