bind: move to usr/bin.
This commit is contained in:
parent
c0f2d7529c
commit
151a4dae58
|
@ -4,7 +4,7 @@ _distver=9.9.6
|
|||
_patchver=P2
|
||||
version="${_distver}${_patchver}"
|
||||
wrksrc="${pkgname}-${_distver}-${_patchver}"
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Berkeley Internet Name Domain server"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="ISC"
|
||||
|
@ -13,7 +13,8 @@ distfiles="http://ftp.isc.org/isc/bind9/${_distver}-${_patchver}/bind-${_distver
|
|||
checksum=5e882f453a8c799a121272f68bdb90936ce97bb857f8c2b3af1c8ba3d1b749ed
|
||||
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-threads --enable-largefile
|
||||
configure_args="--sbindir=/usr/bin
|
||||
--disable-static --enable-threads --enable-largefile
|
||||
--with-libtool --enable-atomic --sysconfdir=/etc/named --enable-epoll
|
||||
--enable-ipv6 --with-randomdev=/dev/urandom --with-ecdsa=yes --with-libtool
|
||||
--with-openssl=$XBPS_CROSS_BASE/usr --without-gssapi --without-gost"
|
||||
|
|
Loading…
Reference in New Issue