[Ffmpeg-cvslog] r5619 - trunk/configure
Diego Biurrun
diego
Wed Jul 5 12:05:33 CEST 2006
On Wed, Jul 05, 2006 at 09:14:43AM +0100, M?ns Rullg?rd wrote:
> 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?
No, nevermind, I just overlooked sparc being added in there. Sorry for
the bother...
Diego
More information about the ffmpeg-cvslog
mailing list