From cda42bc0d6d165650ccbaed35cdee759e5938c9f Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Wed, 1 Oct 2014 17:42:29 -0400
Subject: [PATCH] jenkins: only use contrib for iax

Rationale: Ideally we shouldn't use contrib at all on deb-based systems, but
IAX is an important albeit unpackaged feature.

Refs #56654

Change-Id: I43fd98dd88d607456b355c44232e74e266d22730
---
 tools/build-system/hudson-sflphone-script.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tools/build-system/hudson-sflphone-script.sh b/tools/build-system/hudson-sflphone-script.sh
index b430443566..97313468d7 100755
--- a/tools/build-system/hudson-sflphone-script.sh
+++ b/tools/build-system/hudson-sflphone-script.sh
@@ -119,9 +119,11 @@ function build_contrib {
         mkdir -p native
         pushd native
         ../bootstrap
-        # list dependencies which will be added
+        # list dependencies that aren't detected by contrib
         make list
-        make
+        # XXX: only build iax since it's not packaged, we don't want contrib
+        # for anything else
+        make .iax
         popd
     else
         # We're on 1.4.x
-- 
GitLab