freeswitch/libs/srtp.build.sh
Michael Jerris 0bea969515 tweak to run in pieces
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2930 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-10-02 01:27:06 +00:00

20 lines
157 B
Bash
Executable File

arch=`uname -m`
opts=""
if [ $arch = "x86_64" ] ; then
opts="--enable-pic"
fi
./configure $@ $opts
$MAKE clean
$MAKE uninstall
$MAKE
$MAKE install