Browse code

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>
(cherry picked from commit f60d13663742d1c695680ede83c4d646bc57d380)

Pino Toscano authored on 2011/08/12 21:11:21
Showing 1 changed files
... ...
@@ -2504,6 +2504,7 @@ case $target_os in
2504 2504
         add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
2505 2505
         ;;
2506 2506
     gnu)
2507
+        add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600
2507 2508
         ;;
2508 2509
     qnx)
2509 2510
         add_cppflags -D_QNX_SOURCE