From f60d13663742d1c695680ede83c4d646bc57d380 Mon Sep 17 00:00:00 2001 From: Pino Toscano 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 Signed-off-by: Luca Barbato --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 65839df6de..9c6ce0ab8d 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