Control: tags -1 + moreinfo On Mon, 2012-10-22 at 03:09 +1100, Dmitry Smirnov wrote: > Please unblock package 'libdvdread4' > > unblock libdvdread/4.2.0+20120521-3 > > This update fix crashes (#688574).
+ #include <string.h> + #include <ctype.h> + #define _GNU_SOURCE ++#define __USE_GNU My understanding was that code outside of the C library should never define __USE_GNU, as it's an internal implementation detail. The real problem appears to be that it's not getting implicitly defined via _GNU_SOURCE, because the existing definition is in the wrong place - it should be before the first #include. Regards, Adam -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

