aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPino Toscano <pino@debian.org>2011-08-12 14:11:21 +0200
committerReinhard Tartler <siretart@tauware.de>2011-08-25 22:47:06 +0200
commitb37131f798941af1eb88e2d550203bdebb8b4324 (patch)
tree67ada43b6d7a95c7e5c404bad39172447afb2ae1
parentbd968d260aef322fb32e254a3de0d2036c57bd56 (diff)
downloadffmpeg-b37131f798941af1eb88e2d550203bdebb8b4324.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> (cherry picked from commit f60d13663742d1c695680ede83c4d646bc57d380)
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 5e40e083a0..b6e2ff964b 100755
--- a/configure
+++ b/configure
@@ -2504,6 +2504,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