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: fb62504160
Change-Id: I89b37be55fc4ba22b90e9aab9a5989573df2ae38
This commit is contained in:
Pau Espin 2019-08-07 13:42:40 +02:00
parent 0036a60c44
commit ea1cb3fa33
2 changed files with 4 additions and 4 deletions

View File

@ -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(

2
debian/control vendored
View File

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