Files
jami-daemon/daemon/libs/compile_pjsip.sh
2012-08-28 12:09:47 -04:00

6 lines
177 B
Bash
Executable File

#!/bin/bash
# TODO: autotools should be doing this
cd "`dirname $BASH_SOURCE`"/pjproject
CFLAGS=-fPIC ./configure && make dep && make -j1 && echo "pjsip successfully compiled"