From a1acefeccce525342f7d416a10a34a2b6e72f356 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 18 Feb 2016 08:46:45 +0000 Subject: [PATCH] configure.ac, debian/control: Depend on mLib 2.2.2.1 or later. Commit 16810bbd... used CDCF_IGNSPC, which was introduced in 2.2.2; but actually 2.2.2 has an unpleasant memory leak in `dstr_putf', so encourage people not to use it. --- configure.ac | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index acee1b52..8496cc3a 100644 --- a/configure.ac +++ b/configure.ac @@ -156,7 +156,7 @@ dnl Memory locking support. AC_CHECK_FUNCS([mlock]) dnl Necessary support libraries. -PKG_CHECK_MODULES([mLib], [mLib >= 2.2.1]) +PKG_CHECK_MODULES([mLib], [mLib >= 2.2.2.1]) AM_CFLAGS="$AM_CFLAGS $mLib_CFLAGS" dnl-------------------------------------------------------------------------- diff --git a/debian/control b/debian/control index 80fc0b71..9bbe8027 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: catacomb Section: libs Priority: extra -Build-Depends: debhelper (>= 9), python, pkg-config, mlib-dev (>= 2.2.1) +Build-Depends: debhelper (>= 9), python, pkg-config, mlib-dev (>= 2.2.2.1) Maintainer: Mark Wooding Standards-Version: 3.1.1 -- 2.11.0