From dcbb56ce82aa1782a6cb8d0210c06eb2d9cf56be Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Wed, 16 Apr 2014 15:29:05 -0400
Subject: [PATCH] pjsip: allow parallel builds

They've been fixed upstream.

Refs #44894
---
 daemon/libs/compile_pjsip.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/daemon/libs/compile_pjsip.sh b/daemon/libs/compile_pjsip.sh
index b29606d028..a957bd200e 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
-- 
GitLab