File: 0001-Fix-FTBFS-on-kFreeBSD.patch

package info (click to toggle)
redis 5%3A7.0.15-1~deb12u5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 18,872 kB
  • sloc: ansic: 172,600; tcl: 40,259; sh: 4,319; perl: 4,139; makefile: 1,667; ruby: 772; python: 663; cpp: 364
file content (21 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Chris Lamb <lamby@debian.org>
Date: Fri, 30 Oct 2015 10:53:42 +0000
Subject: Fix FTBFS on kFreeBSD

---
 src/fmacros.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fmacros.h b/src/fmacros.h
index a97d21a..4b2d895 100644
--- a/src/fmacros.h
+++ b/src/fmacros.h
@@ -41,7 +41,7 @@
 #define _ALL_SOURCE
 #endif
 
-#if defined(__linux__) || defined(__OpenBSD__)
+#if defined(__linux__) || defined(__OpenBSD__) || defined(__GLIBC__)
 #define _XOPEN_SOURCE 700
 /*
  * On NetBSD, _XOPEN_SOURCE undefines _NETBSD_SOURCE and