neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-upf/+/28307 )
Change subject: add libgtpnl dependency ......................................................................
add libgtpnl dependency
Related: SYS#5599 Change-Id: I9928be6f62f5a89d98bdac63428f7a046c95c855 --- M configure.ac M contrib/osmo-upf.spec.in M debian/control 3 files changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-upf refs/changes/07/28307/1
diff --git a/configure.ac b/configure.ac index fe41cc9..119aa6c 100644 --- a/configure.ac +++ b/configure.ac @@ -44,6 +44,7 @@ PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.5.0) PKG_CHECK_MODULES(LIBOSMOGTLV, libosmo-gtlv >= 0.1.0) PKG_CHECK_MODULES(LIBOSMOPFCP, libosmo-pfcp >= 0.1.0) +PKG_CHECK_MODULES(LIBGTPNL, libgtpnl >= 1.2.0)
dnl checks for header files AC_HEADER_STDC diff --git a/contrib/osmo-upf.spec.in b/contrib/osmo-upf.spec.in index 3ae6ac4..78e8aae 100644 --- a/contrib/osmo-upf.spec.in +++ b/contrib/osmo-upf.spec.in @@ -32,6 +32,7 @@ %if 0%{?suse_version} BuildRequires: systemd-rpm-macros %endif +BuildRequires: pkgconfig(libgtpnl) >= 1.2.0 BuildRequires: pkgconfig(libosmocore) >= 1.6.0 BuildRequires: pkgconfig(libosmoctrl) >= 1.6.0 BuildRequires: pkgconfig(libosmovty) >= 1.6.0 diff --git a/debian/control b/debian/control index 04b8224..cabcd19 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ pkg-config, python3-minimal, libtalloc-dev, + libgtpnl-dev (>= 1.2.0), libosmocore-dev (>= 1.6.0), osmo-gsm-manuals-dev (>= 1.2.0) Standards-Version: 3.9.8