From 6de22c26eef2c4eea27f5957ab5dbd1b59ebfc7b Mon Sep 17 00:00:00 2001 From: ojab Date: Wed, 11 Jan 2012 22:25:41 +0400 Subject: [PATCH] gawk: enable readline support, revbump. --- srcpkgs/gawk/gawk.rshlibs | 1 + srcpkgs/gawk/template | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gawk/gawk.rshlibs b/srcpkgs/gawk/gawk.rshlibs index dd1bcc0139e..3838dfb4e75 100644 --- a/srcpkgs/gawk/gawk.rshlibs +++ b/srcpkgs/gawk/gawk.rshlibs @@ -1,3 +1,4 @@ libdl.so.2 libm.so.6 libc.so.6 +libreadline.so.6 diff --git a/srcpkgs/gawk/template b/srcpkgs/gawk/template index 48868f68d1b..4308088bdde 100644 --- a/srcpkgs/gawk/template +++ b/srcpkgs/gawk/template @@ -4,8 +4,8 @@ version=4.0.0 homepage="http://www.gnu.org/directory/GNU/gawk.html" distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz" build_style=gnu-configure -configure_args="ac_cv_func_working_mktime=yes" -revision=1 +configure_args="ac_cv_func_working_mktime=yes --with-readline" +revision=2 short_desc="The GNU awk utility" maintainer="Juan RP " license="GPL-3" @@ -14,3 +14,4 @@ long_desc=" The GNU AWK utility, a pattern scanning and processing tool." Add_dependency build gettext +Add_dependency build readline