Bug#637516: libav: FTBFS on hurd-i386: missing CFLAGS
Pino Toscano
pino at debian.org
Fri Aug 12 08:28:22 UTC 2011
Package: libav
Version: 4:0.7.1-2
Severity: important
Tags: experimental patch
User: debian-hurd at lists.debian.org
Usertags: hurd
Hi,
currently[1], libav 4:0.7.1-2/exp does not compile on hurd-i386.
The problem (fixed by the attached patch) is that _POSIX_C_SOURCE and
_XOPEN_SOURCE are missing from the CFLAGS, leaving some stuff
undefined/undeclared.
[1] https://buildd.debian.org/status/fetch.php?pkg=libav&arch=hurd-i386&ver=4%3A0.7.1-2&stamp=1313035695
Thanks,
--
Pino
-------------- next part --------------
--- a/configure
+++ b/configure
@@ -2504,6 +2504,7 @@
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
More information about the pkg-multimedia-maintainers
mailing list