aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-03-20 14:35:03 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2019-03-20 14:35:05 +0100
commit9784c815aae46fa51e8c69448b35f4cb1b4db20b (patch)
tree00b12abde7a44f05df73018b427e5841b0137fce
parenta15a6d7832dd73ad32fa3f1e350e683257f08a81 (diff)
Depend on liboping 1.7.0 instead of 1.9.0pespin/release
Debian8 provides 1.7.0. Let's depend on it so we can build packages for debian8. Change-Id: Idba4494102d48d125bcd215dd0d3fdf42bbd409e
-rw-r--r--configure.ac3
-rw-r--r--debian/control2
2 files changed, 3 insertions, 2 deletions
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(LIBOSMOGSM, libosmogsm >= 0.11.0)
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 @@ Build-Depends: debhelper (>=9),
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