[Freeswitch-svn] [commit] r2010 - freeswitch/trunk/libs

Freeswitch SVN anthm at freeswitch.org
Wed Jul 19 23:54:34 EDT 2006


Author: anthm
Date: Wed Jul 19 23:54:34 2006
New Revision: 2010

Added:
   freeswitch/trunk/libs/portaudio.build.sh   (contents, props changed)

Log:
make portaudio autobuild on 64bit right

Added: freeswitch/trunk/libs/portaudio.build.sh
==============================================================================
--- (empty file)
+++ freeswitch/trunk/libs/portaudio.build.sh	Wed Jul 19 23:54:34 2006
@@ -0,0 +1,14 @@
+arch=`uname -m`
+
+opts=""
+if [ $arch = "x86_64" ] ; then
+opts="-fPIC"
+fi
+
+CFLAGS=$opts ./configure $@
+make
+make install
+
+
+
+



More information about the Freeswitch-svn mailing list