bind: enable DNSTAP (#421513)
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
cmocka,
|
||||
tzdata,
|
||||
gitUpdater,
|
||||
fstrm,
|
||||
protobufc,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@@ -61,6 +63,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libuv
|
||||
nghttp2
|
||||
jemalloc
|
||||
fstrm
|
||||
protobufc
|
||||
]
|
||||
++ lib.optional stdenv.hostPlatform.isLinux libcap
|
||||
++ lib.optional enableGSSAPI libkrb5
|
||||
@@ -71,6 +75,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
configureFlags = [
|
||||
"--localstatedir=/var"
|
||||
"--without-lmdb"
|
||||
"--enable-dnstap"
|
||||
"--with-libidn2"
|
||||
]
|
||||
++ lib.optional enableGSSAPI "--with-gssapi=${libkrb5.dev}/bin/krb5-config"
|
||||
|
||||
Reference in New Issue
Block a user