1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Description: Fix FTBFS on GNU/kFreeBSD and GNU/Hurd
Origin: vendor
Bug-Debian: http://bugs.debian.org/401741
Forwarded: yes
Author: Petr Salinger <Petr.Salinger@seznam.cz>
Author: Cyril Brulebois <kibi@debian.org>
Reviewed-by: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2012-10-21
--- a/src/config.h
+++ b/src/config.h
@@ -44,7 +44,7 @@
#define CONFIG_H
-#if defined(__linux__)
+#if defined(__linux__) || defined(__GLIBC__) || defined(__GNU__)
#define _GNU_SOURCE
|