From: Michael Jerris Date: Thu, 16 Nov 2006 23:09:36 +0000 (+0000) Subject: fix portaudio build on ppc, thanks puzzled on irc. X-Git-Tag: v1.0-beta1~1726 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d0114c8a535c33070ab6ccbf43fb87d528980c1;p=thirdparty%2Ffreeswitch.git fix portaudio build on ppc, thanks puzzled on irc. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3392 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/portaudio.build.sh b/libs/portaudio.build.sh index 8feef0b50c..9873464219 100755 --- a/libs/portaudio.build.sh +++ b/libs/portaudio.build.sh @@ -45,6 +45,9 @@ fi if [ $arch = "amd64" ] ; then opts="-fPIC" fi +if [ $arch = "ppc" ] ; then +opts="-fPIC" +fi CFLAGS=$opts ./configure $@ $MAKE