Review at  https://gerrit.osmocom.org/2293

build: iu: use libosmo-sccp tag 'old_sua'

libosmo-sccp master is moving ahead, openbsc --enable-iu needs an older
version.

Change-Id: Id74a802fd2ca65f4b6c2079550fbb6b0af3e8340
---
M contrib/jenkins.sh
1 file changed, 5 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/93/2293/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 323ae04..0021947 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -17,9 +17,13 @@
 export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH"
 export LD_LIBRARY_PATH="$inst/lib"
 
+if [ "x$IU" = "x--enable-iu" ]; then
+       sccp_branch="old_sua"
+fi
+
 osmo-build-dep.sh libosmo-abis
 osmo-build-dep.sh libosmo-netif
-osmo-build-dep.sh libosmo-sccp
+osmo-build-dep.sh libosmo-sccp $sccp_branch
 PARALLEL_MAKE="" osmo-build-dep.sh libsmpp34
 osmo-build-dep.sh openggsn
 

-- 
To view, visit https://gerrit.osmocom.org/2293
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id74a802fd2ca65f4b6c2079550fbb6b0af3e8340
Gerrit-PatchSet: 1
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <[email protected]>

Reply via email to