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

View File

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