Skip to content

Commit

Permalink
dnsdist: update compile flags
Browse files Browse the repository at this point in the history
  • Loading branch information
aanderse committed Oct 11, 2020
1 parent b50431f commit 872cfe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/dns/dnsdist/default.nix
Expand Up @@ -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"
Expand Down

0 comments on commit 872cfe0

Please sign in to comment.