X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/12c873161debe1bb79a11f807d6d7ae769c0b812..3c323c69ae453dcb02b5d52bbbe09c1a09922e95:/packages/dnsutils/build.sh diff --git a/packages/dnsutils/build.sh b/packages/dnsutils/build.sh index 60198786..7bf76a5a 100644 --- a/packages/dnsutils/build.sh +++ b/packages/dnsutils/build.sh @@ -5,6 +5,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-openssl=$TERMUX_PREFIX" export BUILD_AR=ar export BUILD_CC=gcc