summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPino Toscano <pino@debian.org>2011-08-12 14:11:21 +0200
committerReinhard Tartler <siretart@tauware.de>2011-08-12 14:11:21 +0200
commitf60d13663742d1c695680ede83c4d646bc57d380 (patch)
treeb51c7cceaaeb06e70194ce6c3b794bb2e3406908 /configure
parent69c4bee8fa56e5da7fc30198c7c1352c6c4a55c0 (diff)
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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