From e03f126b4df5d61dd7ae652fa0abd3d8fcedbe1d Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Fri, 28 Oct 2016 16:09:25 -0400 Subject: [PATCH] dnsutils: Specify --with-libjson=no --- packages/dnsutils/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/dnsutils/build.sh b/packages/dnsutils/build.sh index 790f769b..35728897 100644 --- a/packages/dnsutils/build.sh +++ b/packages/dnsutils/build.sh @@ -6,6 +6,7 @@ TERMUX_PKG_SRCURL="ftp://ftp.isc.org/isc/bind9/${TERMUX_PKG_VERSION}/bind-${TERM TERMUX_PKG_FOLDERNAME="bind-$TERMUX_PKG_VERSION" TERMUX_PKG_DEPENDS="openssl, readline, resolv-conf" TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" --with-gssapi=no --with-randomdev=/dev/random -with-ecdsa=no --with-gost=no --with-libxml2=no --with-libtool" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-libjson=no" TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-openssl=$TERMUX_PREFIX" termux_step_pre_configure () { -- 2.11.0