mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03: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