[Ffmpeg-cvslog] r5619 - trunk/configure

Måns Rullgård mru
Wed Jul 5 10:14:43 CEST 2006


Diego Biurrun <diego at biurrun.de> writes:

> On Wed, Jul 05, 2006 at 01:05:14AM +0200, mru wrote:
>> 
>> Log:
>> set flags needed for shared libs on solaris
>> 
>> --- trunk/configure	(original)
>> +++ trunk/configure	Wed Jul  5 01:05:14 2006
>> @@ -1432,9 +1433,9 @@
>>  if test "$lshared" = "yes" ; then
>>      # LIBOBJFLAGS may have already been set in the OS configuration
>>      if test -z "$LIBOBJFLAGS" ; then
>> -        if test "$cpu" = "x86_64" -o "$cpu" = "ia64" -o "$cpu" = "alpha" ; then
>> -            LIBOBJFLAGS="\$(PIC)"
>> -        fi
>> +        case "$cpu" in
>> +            x86_64|ia64|alpha|sparc*) LIBOBJFLAGS="\$(PIC)" ;;
>> +        esac
>
> That's an unrelated (cosmetic) change..

Unrelated to what?  Solaris/SPARC needs pic objects when building
shared libs.  Would you rather I first add sparc and sparc64 to the -o
list before tidying it up?

-- 
M?ns Rullg?rd
mru at inprovide.com




More information about the ffmpeg-cvslog mailing list