Change in osmo-mgw[master]: configure.ac: require libosmoabis + libosmotrau >= 1.0.0

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

laforge gerrit-no-reply at lists.osmocom.org
Fri Aug 21 21:50:56 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-mgw/+/19777 )

Change subject: configure.ac: require libosmoabis + libosmotrau >= 1.0.0
......................................................................

configure.ac: require libosmoabis + libosmotrau >= 1.0.0

Since osmo-mgw supports trau frames it requries a newer version.
The spec file already requires those newer version.

Change-Id: If6c7ecdde09c6e09ded7e0959b7765a01a31d702
---
M configure.ac
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/configure.ac b/configure.ac
index 9aba2ed..83885d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,8 +52,8 @@
 PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.4.0)
 PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.4.0)
 PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 0.6.0)
-PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 0.6.0)
-PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 0.6.0)
+PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.0.0)
+PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 1.0.0)
 
 AC_ARG_ENABLE(sanitize,
 	[AS_HELP_STRING(

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-mgw/+/19777
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: If6c7ecdde09c6e09ded7e0959b7765a01a31d702
Gerrit-Change-Number: 19777
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200821/45ca44a8/attachment.htm>


More information about the gerrit-log mailing list