Commit f60d1366 authored by Pino Toscano's avatar Pino Toscano Committed by Reinhard Tartler

configure: add missing CFLAGS to fix building on the HURD

Signed-off-by: 's avatarReinhard Tartler <siretart@tauware.de>
Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
parent 69c4bee8
...@@ -2498,6 +2498,7 @@ case $target_os in ...@@ -2498,6 +2498,7 @@ case $target_os in
add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
;; ;;
gnu) gnu)
add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600
;; ;;
qnx) qnx)
add_cppflags -D_QNX_SOURCE add_cppflags -D_QNX_SOURCE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment