From f60d13663742d1c695680ede83c4d646bc57d380 Mon Sep 17 00:00:00 2001
From: Pino Toscano <pino@debian.org>
Date: Fri, 12 Aug 2011 14:11:21 +0200
Subject: [PATCH] configure: add missing CFLAGS to fix building on the HURD

Signed-off-by: Reinhard Tartler <siretart@tauware.de>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 65839df6de5..9c6ce0ab8d5 100755
--- a/configure
+++ b/configure
@@ -2498,6 +2498,7 @@ case $target_os in
         add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
         ;;
     gnu)
+        add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600
         ;;
     qnx)
         add_cppflags -D_QNX_SOURCE
-- 
GitLab