Restore building bind with jemalloc

This commit is contained in:
bobpaul 2025-02-24 12:23:31 -05:00
parent d0acf489fd
commit bd13261acf
2 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
pkgbase = bind
pkgdesc = A complete, highly portable implementation of the DNS protocol
pkgver = 9.20.5
pkgrel = 1
pkgrel = 2
url = https://www.isc.org/software/bind/
install = bind.install
arch = x86_64
@ -17,6 +17,7 @@ pkgbase = bind
depends = e2fsprogs
depends = glibc
depends = icu
depends = jemalloc
depends = libedit
depends = json-c
depends = krb5

View File

@ -7,15 +7,15 @@
pkgname=bind
pkgver=9.20.5
pkgrel=1
pkgrel=2
pkgdesc='A complete, highly portable implementation of the DNS protocol'
url='https://www.isc.org/software/bind/'
license=('MPL2')
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
options=('!emptydirs')
depends=('bash' 'dnssec-anchors' 'e2fsprogs' 'glibc' 'icu' 'libedit' 'json-c'
'krb5' 'libcap' 'libidn2' 'libmaxminddb' 'libnsl' 'libuv' 'libxml2' 'lmdb'
'openssl' 'readline' 'xz' 'zlib' 'libnghttp2' 'liburcu')
depends=('bash' 'dnssec-anchors' 'e2fsprogs' 'glibc' 'icu' 'jemalloc' 'libedit'
'json-c' 'krb5' 'libcap' 'libidn2' 'libmaxminddb' 'libnsl' 'libuv' 'libxml2'
'lmdb' 'openssl' 'readline' 'xz' 'zlib' 'libnghttp2' 'liburcu')
makedepends=('git' 'python-sphinx')
conflicts=('bind-tools' 'dnsutils')
replaces=('bind-tools' 'dnsutils' 'host')