bind: fix cross-compile

This commit is contained in:
Enno Boland 2018-04-30 17:24:10 +02:00
parent 7eed7a68e3
commit 39a8a70c0a
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -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")"