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
This commit is contained in:
Michael Jerris 2006-11-16 23:09:36 +00:00
parent 7fc62a3ff8
commit 0d0114c8a5
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ fi
if [ $arch = "amd64" ] ; then
opts="-fPIC"
fi
if [ $arch = "ppc" ] ; then
opts="-fPIC"
fi
CFLAGS=$opts ./configure $@
$MAKE