mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
6 lines
177 B
Bash
Executable File
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"
|