[PATCH] osmo-ggsn[master]: contrib: jenkins.sh: Build libgtpnl as dep when building wit...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Thu Dec 14 14:43:22 UTC 2017


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

contrib: jenkins.sh: Build libgtpnl as dep when building with gtp kernel support

Change-Id: I7ee741d4940e3c10a4944b676c9765d6808afba9
---
M contrib/jenkins.sh
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/57/5357/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 4437541..06c24e5 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -18,6 +18,9 @@
 
 mkdir "$deps" || true
 
+if [ "x$GTP" == "x--enable-gtp-linux" ]; then
+	osmo-build-dep.sh libgtpnl
+fi
 osmo-build-dep.sh libosmocore "" ac_cv_path_DOXYGEN=false
 
 verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7ee741d4940e3c10a4944b676c9765d6808afba9
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list