freeswitch/libs/srtp.build.sh
2006-08-20 08:31:02 +00:00

18 lines
148 B
Bash
Executable File

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