mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
main/bind: enable threads
This commit is contained in:
parent
7ee3170459
commit
83f598bac3
@ -5,7 +5,7 @@ pkgver=9.10.1_p2
|
||||
_ver=${pkgver%_p*}
|
||||
_p=${pkgver#*_p}
|
||||
[ "$_p" != "$pkgver" ] && _ver="${_ver}-P$_p"
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="The Berkeley Internet Name Domain Name Server and tools"
|
||||
url="http://www.isc.org"
|
||||
arch="all"
|
||||
@ -57,7 +57,7 @@ build() {
|
||||
--with-openssl=/usr \
|
||||
--disable-linux-caps \
|
||||
--without-libxml2 \
|
||||
--disable-threads \
|
||||
--enable-threads \
|
||||
--enable-filter-aaaa \
|
||||
--enable-ipv6 \
|
||||
--enable-shared \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user