forked from FFmpeg/FFmpeg
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>
This commit is contained in:
parent
69c4bee8fa
commit
f60d136637
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue