opnsense-ports/databases/redis/files/patch-src-config.h
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

11 lines
367 B
C

--- src/config.h.orig 2015-04-07 21:24:36.634829000 +0300
+++ src/config.h 2015-04-07 21:24:53.388849000 +0300
@@ -62,7 +62,7 @@
#endif
/* Test for backtrace() */
-#if defined(__APPLE__) || (defined(__linux__) && defined(__GLIBC__))
+#if defined(__APPLE__) || (defined(__linux__) && defined(__GLIBC__)) || defined(__FreeBSD__)
#define HAVE_BACKTRACE 1
#endif