git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69c4bee
)
configure: add missing CFLAGS to fix building on the HURD
author
Pino Toscano
<pino@debian.org>
Fri, 12 Aug 2011 12:11:21 +0000
(14:11 +0200)
committer
Reinhard Tartler
<siretart@tauware.de>
Fri, 12 Aug 2011 12:11:21 +0000
(14:11 +0200)
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
65839df
..
9c6ce0a
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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