[PATCH] osmo-iuh[master]: update dependencies to latest libosmo-* releases

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri Oct 27 20:36:04 UTC 2017


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

update dependencies to latest libosmo-* releases

Now that we have tagged releases that include the support needed
in osmo-iuh, let's require them.

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


  git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/64/4464/1

diff --git a/configure.ac b/configure.ac
index 72cbb56..ff0501a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,12 +33,12 @@
 fi
 PKG_PROG_PKG_CONFIG([0.20])
 
-PKG_CHECK_MODULES(OSMOCORE, libosmocore)
-PKG_CHECK_MODULES(OSMOGSM, libosmogsm)
-PKG_CHECK_MODULES(OSMOVTY, libosmovty)
-PKG_CHECK_MODULES(OSMONETIF, libosmo-netif)
-PKG_CHECK_MODULES(OSMOSIGTRAN, libosmo-sigtran)
-PKG_CHECK_MODULES(ASN1C, libasn1c)
+PKG_CHECK_MODULES(OSMOCORE, libosmocore >= 0.10.0)
+PKG_CHECK_MODULES(OSMOGSM, libosmogsm >= 0.10.0)
+PKG_CHECK_MODULES(OSMOVTY, libosmovty >= 0.10.0)
+PKG_CHECK_MODULES(OSMONETIF, libosmo-netif >= 0.1.0)
+PKG_CHECK_MODULES(OSMOSIGTRAN, libosmo-sigtran >= 0.8.0)
+PKG_CHECK_MODULES(ASN1C, libasn1c >= 0.9.28)
 
 AC_CONFIG_MACRO_DIR([m4])
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I579ba94e8f0f700b598a2346c5020cce3b159f27
Gerrit-PatchSet: 1
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list