Luca Barbato <lu_z...@gentoo.org> writes:

> On 8/22/11 10:46 AM, Colin Watson wrote:
>
>> diff --git a/configure b/configure
>> index 9c6ce0a..aba24c6 100755
>> --- a/configure
>> +++ b/configure
>> @@ -2464,7 +2464,7 @@ case $target_os in
>>           add_cppflags -U__STRICT_ANSI__
>>           ;;
>>       linux)
>> -        add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600
>> +        add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 
>> -D_BSD_SOURCE
>>           enable dv1394
>>           ;;
>>       irix*)
>>
>
> Doesn't look unreasonable,

Defining _BSD_SOURCE on glibc has all sorts of nasty effects, including
replacing some standard functions with historic BSD variants of the same
names.  Just don't.

-- 
Måns Rullgård
m...@mansr.com
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to