diff options
Diffstat (limited to 'main/bind/APKBUILD')
-rw-r--r-- | main/bind/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/bind/APKBUILD b/main/bind/APKBUILD index 4a70192a63..a065125cdb 100644 --- a/main/bind/APKBUILD +++ b/main/bind/APKBUILD @@ -5,7 +5,7 @@ pkgver=9.10.1_p2 _ver=${pkgver%_p*} _p=${pkgver#*_p} [ "$_p" != "$pkgver" ] && _ver="${_ver}-P$_p" -pkgrel=0 +pkgrel=1 pkgdesc="The Berkeley Internet Name Domain Name Server and tools" url="http://www.isc.org" arch="all" @@ -58,6 +58,7 @@ build() { --disable-linux-caps \ --without-libxml2 \ --disable-threads \ + --enable-filter-aaaa \ --enable-ipv6 \ --enable-shared \ --enable-static \ |