freeswitch/libs/srtp.build.sh

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