byobu: Update from 5.117 to 5.119
[termux-packages] / packages / dnsutils / build.sh
index 809f1c8..14e226e 100644 (file)
@@ -5,9 +5,16 @@ TERMUX_PKG_SRCURL="ftp://ftp.isc.org/isc/bind9/${TERMUX_PKG_VERSION}/bind-${TERM
 TERMUX_PKG_SHA256=1e283f0567b484687dfd7b936e26c9af4f64043daf73cbd8f3eb1122c9fb71f5
 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_PKG_EXTRA_CONFIGURE_ARGS="
+--with-ecdsa=no
+--with-gost=no
+--with-gssapi=no
+--with-libjson=no
+--with-libtool
+--with-libxml2=no
+--with-openssl=$TERMUX_PREFIX
+--with-randomdev=/dev/random
+"
 
 termux_step_pre_configure () {
        export BUILD_AR=ar