mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/bind: enable json statistics
This commit is contained in:
parent
87b60f8f5f
commit
443ccf28fc
@ -7,7 +7,7 @@ pkgver=9.11.2
|
||||
_ver=${pkgver%_p*}
|
||||
_p=${pkgver#*_p}
|
||||
[ "$_p" != "$pkgver" ] && _ver="${_ver}-P$_p"
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="The ISC DNS server"
|
||||
url="http://www.isc.org"
|
||||
arch="all"
|
||||
@ -15,7 +15,7 @@ license="MIT BSD"
|
||||
depends=""
|
||||
pkgusers="named"
|
||||
pkggroups="named"
|
||||
makedepends="bash libressl-dev libcap-dev perl linux-headers bsd-compat-headers libxml2-dev"
|
||||
makedepends="bash libressl-dev libcap-dev perl linux-headers bsd-compat-headers libxml2-dev json-c-dev"
|
||||
install="$pkgname.pre-install"
|
||||
subpackages="$pkgname-doc $pkgname-dev $pkgname-libs $pkgname-tools"
|
||||
source="http://ftp.isc.org/isc/bind9/${_ver}/bind-${_ver}.tar.gz
|
||||
@ -69,6 +69,7 @@ build() {
|
||||
--with-openssl=/usr \
|
||||
--enable-linux-caps \
|
||||
--with-libxml2 \
|
||||
--with-libjson \
|
||||
--enable-threads \
|
||||
--enable-filter-aaaa \
|
||||
--enable-ipv6 \
|
||||
|
Loading…
Reference in New Issue
Block a user