From 294defadfb5cbb6a18ef1410965b251594d8f4b4 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Tue, 20 Dec 2011 21:25:47 +0200 Subject: [PATCH] Mention required gnu-make version --- README | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 9f60699..18141f2 100644 --- a/README +++ b/README @@ -13,6 +13,8 @@ Downloads, bugtracking: Building --------- +GNU Make 3.81+ is required for building. + PgBouncer uses libevent for low-level socket handling. Libevent needs to be at least version 1.3b. Preferably 2.x as Libevent 2.x has proper async DNS implementation. diff --git a/debian/control b/debian/control index f3c9347..ab161a7 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: database Priority: extra Maintainer: Marko Kreen Standards-Version: 3.6.2 -Build-Depends: cdbs, debhelper (>= 7), libevent-dev (>= 1.3b), asciidoc, xmlto +Build-Depends: cdbs, debhelper (>= 7), libevent-dev (>= 1.3b), asciidoc, xmlto, make (>= 3.81) Package: pgbouncer Architecture: any -- 2.40.0