提交 f60d1366 编写于 作者: P Pino Toscano 提交者: Reinhard Tartler

configure: add missing CFLAGS to fix building on the HURD

Signed-off-by: NReinhard Tartler <siretart@tauware.de>
Signed-off-by: NLuca Barbato <lu_zero@gentoo.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册