[Freeswitch-dev] Fix for portaudio on PPC
Michael Jerris
mike at jerris.com
Fri Nov 17 08:44:24 EST 2006
This was committed to trunk last night, thanks.
Mike
> -----Original Message-----
> From: Patrick [mailto:freeswitch-list at puzzled.xs4all.nl]
> Sent: Thursday, November 16, 2006 4:54 PM
> To: freeswitch-dev at lists.freeswitch.org
> Subject: [Freeswitch-dev] Fix for portaudio on PPC
>
> Hi all,
>
> Here's a small fix that solves a problem with portaudio on PPC:
> /home/patrick/fs/lib/libportaudio.so: R_PPC_REL24 relocation at
> 0x0ec1bf58 for symbol `memset' out of range**
>
> Index: libs/portaudio.build.sh
> ===================================================================
> --- libs/portaudio.build.sh (revision 3388)
> +++ libs/portaudio.build.sh (working copy)
> @@ -45,6 +45,9 @@
> if [ $arch = "amd64" ] ; then
> opts="-fPIC"
> fi
> +if [ $arch = "ppc" ] ; then
> +opts="-fPIC"
> +fi
>
> CFLAGS=$opts ./configure $@
> $MAKE
>
> Regards,
> Patrick
>
>
> _______________________________________________
> Freeswitch-dev mailing list
> Freeswitch-dev at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
> http://www.freeswitch.org
More information about the Freeswitch-dev
mailing list