Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2020-09-03 19:21:10 +02:00
278 changed files with 3663 additions and 2242 deletions
@@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
"--with-rootkey-file=${dns-root-data}/root.key"
"--enable-pie"
"--enable-relro-now"
] ++ stdenv.lib.optional stdenv.hostPlatform.isStatic [
"--disable-flto"
];
installFlags = [ "configfile=\${out}/etc/unbound/unbound.conf" ];