Package: libav
Version: 4:0.7.1-2
Severity: important
Tags: experimental patch
User: debian-h...@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
--- 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
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to