diff options
author | Pino Toscano <pino@debian.org> | 2011-08-12 14:11:21 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-08-12 14:11:21 +0200 |
commit | f60d13663742d1c695680ede83c4d646bc57d380 (patch) | |
tree | b51c7cceaaeb06e70194ce6c3b794bb2e3406908 /configure | |
parent | 69c4bee8fa56e5da7fc30198c7c1352c6c4a55c0 (diff) | |
download | ffmpeg-f60d13663742d1c695680ede83c4d646bc57d380.tar.gz |
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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |