mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-19 11:21:12 +02:00
12 lines
281 B
Diff
12 lines
281 B
Diff
--- 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
|
|
|