From b90fc443f3a6b0d1ebb68df2ba72f1cb5121a70f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 12 Jan 2020 19:39:26 +0100 Subject: [PATCH] require minimum version 1.3.0 of libosmocore Finally, a libosmocore version with per-thread select loop fd sets has been released, so we can update our version requirement here. Change-Id: Ic2654b18fd1f00aa4c1ab01892ecaa48ad2ba29f Closes: OS#4250 --- configure.ac | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d041c1a..31af887 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ PKG_PROG_PKG_CONFIG([0.20]) AC_CHECK_LIB(csv, csv_init, LIBS="$LIBS -lcsv", [AC_MSG_ERROR([*** libcsv library not found!])]) AC_CHECK_HEADERS([csv.h]) -PKG_CHECK_MODULES(OSMOCORE, libosmocore >= 0.11.0) +PKG_CHECK_MODULES(OSMOCORE, libosmocore >= 1.3.0) PKG_CHECK_MODULES(OSMOGSM, libosmogsm >= 0.11.0) PKG_CHECK_MODULES(OSMOABIS, libosmoabis) PKG_CHECK_MODULES(OSMOSIM, libosmosim) diff --git a/debian/control b/debian/control index e7f52f3..14c5d7a 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9), pkg-config, osmo-gsm-manuals-dev, libcsv-dev, - libosmocore-dev, + libosmocore-dev (>= 1.3.0), libosmo-abis-dev, libosmo-simtrace2-dev, libpcsclite-dev,