From 143c534b70da6ae214a0bbf8c1e3151058f54397 Mon Sep 17 00:00:00 2001
From: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
Date: Fri, 19 Aug 2016 15:57:50 -0400
Subject: [PATCH] build: remove -j4 to build contrib

-j option is forbbiden to build contributions.
It may cause link error.

Change-Id: I161032a85450a34c2d4be121df376bfe7ab290e3
---
 compile-ios.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile-ios.sh b/compile-ios.sh
index 412585059..838945afb 100755
--- a/compile-ios.sh
+++ b/compile-ios.sh
@@ -98,7 +98,7 @@ do
 
 	echo "Building contrib"
     make fetch
-	make -j4 || exit 1
+	make || exit 1
 
 	cd ../..
 	echo "Building daemon"
-- 
GitLab