diff --git a/daemon/libs/compile_pjsip.sh b/daemon/libs/compile_pjsip.sh index b29606d02893f3069852133b63c785f316692bbc..a957bd200ebbd70cd9f3ed456237770a1b32ccb9 100755 --- a/daemon/libs/compile_pjsip.sh +++ b/daemon/libs/compile_pjsip.sh @@ -3,8 +3,7 @@ if [ "$#" -eq "0" ] then CONFIGURE=./configure - # pjproject fails on parallel build, so force -j1 in case - MAKE="make dep && make -j1" + MAKE="make dep && make" elif [ "$1" == "-a" ] then CONFIGURE=./configure-android