dnsutils: Specify --with-libjson=no
authorFredrik Fornwall <fredrik@fornwall.net>
Fri, 28 Oct 2016 20:09:25 +0000 (16:09 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Fri, 28 Oct 2016 20:09:25 +0000 (16:09 -0400)
packages/dnsutils/build.sh

index 790f769..3572889 100644 (file)
@@ -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 () {