From 9bd9a950fadd40cd7840033df44a3cdb87b6ec84 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 18 Oct 2015 16:11:09 -0400 Subject: [PATCH] dnsutils: Depend on readline --- packages/dnsutils/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/dnsutils/build.sh b/packages/dnsutils/build.sh index 717c08150..b34695949 100644 --- a/packages/dnsutils/build.sh +++ b/packages/dnsutils/build.sh @@ -1,10 +1,10 @@ TERMUX_PKG_HOMEPAGE=https://www.isc.org/downloads/bind/ TERMUX_PKG_DESCRIPTION="Clients provided with BIND" TERMUX_PKG_VERSION=9.10.3 -TERMUX_PKG_BUILD_REVISION=4 +TERMUX_PKG_BUILD_REVISION=5 TERMUX_PKG_SRCURL="https://www.isc.org/downloads/file/bind-9-10-3/?version=tar-gz" TERMUX_PKG_FOLDERNAME="bind-${TERMUX_PKG_VERSION}" -TERMUX_PKG_DEPENDS="openssl" +TERMUX_PKG_DEPENDS="openssl, readline" TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" --with-gssapi=no --with-randomdev=/dev/random -with-ecdsa=no --with-gost=no --with-libxml2=no --with-libtool" export BUILD_AR=ar