From 09b0f7842312e07bdb872e365c4a585018e1fb25 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 1 Jan 2014 17:12:32 +0100 Subject: [PATCH] gdbm: require a working automake to fix the build. --- srcpkgs/gdbm/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gdbm/template b/srcpkgs/gdbm/template index f8d0c32ce4..b23629fbb3 100644 --- a/srcpkgs/gdbm/template +++ b/srcpkgs/gdbm/template @@ -15,7 +15,7 @@ long_desc=" It works similar to the standard Unix dbm routines." if [ "$CROSS_BUILD" ]; then - hostmakedepends="libtool automake>=1.13.1_2 gettext-devel" + hostmakedepends="libtool automake>=1.14.1_2 gettext-devel" pre_configure() { autoreconf -fi }