bind: fix cross-compile
This commit is contained in:
parent
7eed7a68e3
commit
39a8a70c0a
1 changed files with 3 additions and 3 deletions
|
@ -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")"
|
||||
|
|
Loading…
Reference in a new issue