Change in docker-playground[master]: osmo-ggsn-master: add configure --enable-gtp-linux

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/.

osmith gerrit-no-reply at lists.osmocom.org
Fri Feb 26 08:34:40 UTC 2021


osmith has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/23004 )

Change subject: osmo-ggsn-master: add configure --enable-gtp-linux
......................................................................

osmo-ggsn-master: add configure --enable-gtp-linux

Related: OS#3208
Change-Id: I8cf3de4775aa82bfdad1bf2c40aab3b50e910db3
---
M osmo-ggsn-master/Dockerfile
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  osmith: Verified
  pespin: Looks good to me, approved
  laforge: Looks good to me, but someone else must approve



diff --git a/osmo-ggsn-master/Dockerfile b/osmo-ggsn-master/Dockerfile
index 3610f74..c52939d 100644
--- a/osmo-ggsn-master/Dockerfile
+++ b/osmo-ggsn-master/Dockerfile
@@ -29,6 +29,7 @@
 		apt-get update && \
 		apt-get install -y --no-install-recommends \
 			telnet \
+			libgtpnl-dev \
 			libosmocore-dev && \
 		apt-get clean \
 		;; \
@@ -54,7 +55,7 @@
 	(git symbolic-ref -q HEAD && git reset --hard origin/$OSMO_GGSN_BRANCH || exit 1); \
 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD && \
 	autoreconf -fi && \
-	./configure && \
+	./configure --enable-gtp-linux && \
 	make "-j$(nproc)" install && \
 	ldconfig
 

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/23004
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I8cf3de4775aa82bfdad1bf2c40aab3b50e910db3
Gerrit-Change-Number: 23004
Gerrit-PatchSet: 4
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210226/e2452753/attachment.htm>


More information about the gerrit-log mailing list