Change in ...osmo-trx[master]: Require newer version of libosmocore to avoid build failure

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

pespin gerrit-no-reply at lists.osmocom.org
Wed Aug 7 10:52:37 UTC 2019


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-trx/+/15088


Change subject: Require newer version of libosmocore to avoid build failure
......................................................................

Require newer version of libosmocore to avoid build failure

Older commit started using osmo_timerd_* APIs which are only available
starting libosmocore 0.12.0, but configure.ac still states 0.11.0 is
accepted, which is incorrect.

Fixes: 4456b6f132437a95833e3a3d3353836331b9c8a0
Change-Id: I71743b8a10edb10af51ad8e9289c53e432199b97
---
M configure.ac
1 file changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/88/15088/1

diff --git a/configure.ac b/configure.ac
index f2664ed..fa9cf8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,9 +75,9 @@
 AC_HEADER_TIME
 AC_C_BIGENDIAN
 
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.11.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.11.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 0.11.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.12.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.12.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 0.12.0)
 
 AC_ARG_ENABLE(sanitize,
 	[AS_HELP_STRING(

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

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I71743b8a10edb10af51ad8e9289c53e432199b97
Gerrit-Change-Number: 15088
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190807/f08588b3/attachment.htm>


More information about the gerrit-log mailing list