From 39a8a70c0a7c7ebc6df6bc92c1741d918eb4869c Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 30 Apr 2018 17:24:10 +0200 Subject: [PATCH] bind: fix cross-compile --- srcpkgs/bind/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/bind/template b/srcpkgs/bind/template index 541a91a6e6f..4ac546f6af3 100644 --- a/srcpkgs/bind/template +++ b/srcpkgs/bind/template @@ -2,7 +2,7 @@ pkgname=bind _distver=9.11.3 version="${_distver}" -revision=1 +revision=2 _fullver="${_distver}${_patchver:+-${_patchver}}" wrksrc="${pkgname}-${_fullver}" short_desc="Berkeley Internet Name Domain server" @@ -22,8 +22,8 @@ fi build_style=gnu-configure configure_args="--disable-static --enable-threads --enable-largefile --with-libtool --enable-atomic --sysconfdir=/etc/named --enable-epoll - --enable-ipv6 --with-randomdev=/dev/random --with-ecdsa=yes --with-libtool - --with-openssl=${XBPS_CROSS_BASE}/usr --without-gssapi --without-gost + --enable-ipv6 --with-randomdev=/dev/random --with-ecdsa=yes --with-eddsa=no + --with-libtool --with-openssl=${XBPS_CROSS_BASE}/usr --without-gssapi --without-gost --enable-openssl-hash --with-readline --with-tuning=default --enable-fetchlimit --enable-sit $(vopt_enable seccomp) $(vopt_if geoip "--with-geoip=${XBPS_CROSS_BASE}/usr" "--without-geoip")"