Change in osmocom-bb[master]: layer23/osmocon: require libosmocore >= 1.5.0 in configure.ac

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
Sat Oct 16 10:08:17 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/25809 )

Change subject: layer23/osmocon: require libosmocore >= 1.5.0 in configure.ac
......................................................................

layer23/osmocon: require libosmocore >= 1.5.0 in configure.ac

This should give a meaningful error message if people use too old
libosmocore.

Change-Id: I7d9950b5eaa836ed1ac86045bd5364fed221e369
---
M src/host/layer23/configure.ac
M src/host/osmocon/configure.ac
2 files changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/src/host/layer23/configure.ac b/src/host/layer23/configure.ac
index 3e69610..34dcbff 100644
--- a/src/host/layer23/configure.ac
+++ b/src/host/layer23/configure.ac
@@ -39,7 +39,7 @@
 fi
 
 dnl checks for libraries
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0)
 PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.10.0)
 PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm)
 PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec)
diff --git a/src/host/osmocon/configure.ac b/src/host/osmocon/configure.ac
index a42f487..7fa2692 100644
--- a/src/host/osmocon/configure.ac
+++ b/src/host/osmocon/configure.ac
@@ -14,7 +14,7 @@
 AC_PROG_INSTALL
 
 dnl checks for libraries
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0)
 
 dnl checks for header files
 AC_HEADER_STDC

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

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I7d9950b5eaa836ed1ac86045bd5364fed221e369
Gerrit-Change-Number: 25809
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
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/20211016/4a66363d/attachment.htm>


More information about the gerrit-log mailing list