mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #100251 from aanderse/dnsdist-flags
dnsdist: update compile flags
This commit is contained in:
commit
176f45cd76
@ -16,8 +16,8 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ systemd boost libsodium libedit re2 net-snmp lua openssl zlib h2o ];
|
||||
|
||||
configureFlags = [
|
||||
"--enable-libsodium"
|
||||
"--enable-re2"
|
||||
"--with-libsodium"
|
||||
"--with-re2"
|
||||
"--enable-dnscrypt"
|
||||
"--enable-dns-over-tls"
|
||||
"--enable-dns-over-https"
|
||||
|
Loading…
Reference in New Issue
Block a user