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/.
Pau Espin Pedrol gerrit-no-reply at lists.osmocom.orgPau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/13344
Change subject: Depend on liboping 1.7.0 instead of 1.9.0
......................................................................
Depend on liboping 1.7.0 instead of 1.9.0
Debian8 provides 1.7.0. Let's depend on it so we can build packages for
debian8.
Change-Id: Idba4494102d48d125bcd215dd0d3fdf42bbd409e
---
M configure.ac
M debian/control
2 files changed, 3 insertions(+), 2 deletions(-)
  git pull ssh://gerrit.osmocom.org:29418/osmo-sysmon refs/changes/44/13344/1
diff --git a/configure.ac b/configure.ac
index 44a040c..5242b6a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,8 @@
 PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 0.4.0)
 PKG_CHECK_MODULES(LIBMNL, libmnl)
 dnl FIXME: bump to 1.10.0 once it's available on build slaves and remove workaround from osysmon_ping.c
-PKG_CHECK_MODULES(LIBOPING, liboping >= 1.9.0)
+dnl FIXME: debian8 provides 1.7.0, debian9 provides 1.9.0
+PKG_CHECK_MODULES(LIBOPING, liboping >= 1.7.0)
 
 dnl checks for header files
 AC_HEADER_STDC
diff --git a/debian/control b/debian/control
index 9439c3b..fc8aed7 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@
                pkg-config,
                libtalloc-dev,
                libmnl-dev,
-               liboping-dev (>= 1.9.0),
+               liboping-dev (>= 1.7.0),
                libosmocore-dev (>= 1.0.1),
                libosmo-netif-dev (>= 0.4.0),
 Standards-Version: 3.9.8
-- 
To view, visit https://gerrit.osmocom.org/13344
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sysmon
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idba4494102d48d125bcd215dd0d3fdf42bbd409e
Gerrit-Change-Number: 13344
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190320/3d870a16/attachment.htm>