mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
bind: move to usr/bin.
This commit is contained in:
parent
c0f2d7529c
commit
151a4dae58
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@ _distver=9.9.6
|
||||||
_patchver=P2
|
_patchver=P2
|
||||||
version="${_distver}${_patchver}"
|
version="${_distver}${_patchver}"
|
||||||
wrksrc="${pkgname}-${_distver}-${_patchver}"
|
wrksrc="${pkgname}-${_distver}-${_patchver}"
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="Berkeley Internet Name Domain server"
|
short_desc="Berkeley Internet Name Domain server"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
|
@ -13,7 +13,8 @@ distfiles="http://ftp.isc.org/isc/bind9/${_distver}-${_patchver}/bind-${_distver
|
||||||
checksum=5e882f453a8c799a121272f68bdb90936ce97bb857f8c2b3af1c8ba3d1b749ed
|
checksum=5e882f453a8c799a121272f68bdb90936ce97bb857f8c2b3af1c8ba3d1b749ed
|
||||||
|
|
||||||
build_style=gnu-configure
|
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
|
--with-libtool --enable-atomic --sysconfdir=/etc/named --enable-epoll
|
||||||
--enable-ipv6 --with-randomdev=/dev/urandom --with-ecdsa=yes --with-libtool
|
--enable-ipv6 --with-randomdev=/dev/urandom --with-ecdsa=yes --with-libtool
|
||||||
--with-openssl=$XBPS_CROSS_BASE/usr --without-gssapi --without-gost"
|
--with-openssl=$XBPS_CROSS_BASE/usr --without-gssapi --without-gost"
|
||||||
|
|
Loading…
Add table
Reference in a new issue