mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +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 ];
|
buildInputs = [ systemd boost libsodium libedit re2 net-snmp lua openssl zlib h2o ];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-libsodium"
|
"--with-libsodium"
|
||||||
"--enable-re2"
|
"--with-re2"
|
||||||
"--enable-dnscrypt"
|
"--enable-dnscrypt"
|
||||||
"--enable-dns-over-tls"
|
"--enable-dns-over-tls"
|
||||||
"--enable-dns-over-https"
|
"--enable-dns-over-https"
|
||||||
|
Loading…
Reference in New Issue
Block a user