aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-08-07 13:42:40 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-08-07 21:27:00 +0200
commitea1cb3fa333bf1e6c74a09eef8c53a1e7971037f (patch)
treea860707ed1688879b7157938f7d6c52880664f0d
parent0036a60c446d7d23f40f16187596bcf439caddf4 (diff)
Require libosmocore 1.1.0
Older commit made use of gsm48_decode_bcd_number2(), which is available in libosmocore 1.1.0 onwards, but forgot to increase configure.ac requirements. Fixes: fb625041601c525c23c96482250157dddb0941a4 Change-Id: I89b37be55fc4ba22b90e9aab9a5989573df2ae38
-rw-r--r--configure.ac6
-rw-r--r--debian/control2
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 7b985b9..4c39681 100644
--- a/configure.ac
+++ b/configure.ac
@@ -138,9 +138,9 @@ adl_FUNC_GETOPT_LONG
AM_INIT_AUTOMAKE([foreign])
-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 >= 1.1.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.1.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.1.0)
AC_ARG_ENABLE(sanitize,
[AS_HELP_STRING(
diff --git a/debian/control b/debian/control
index 272fd79..3392f83 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9),
pkg-config,
libdpkg-perl, git,
dh-autoreconf,
- libosmocore-dev (>= 0.8.0),
+ libosmocore-dev (>= 1.1.0),
osmo-gsm-manuals-dev
Standards-Version: 3.9.6
Vcs-Browser: http://git.osmocom.org/osmo-ggsn/