nsd: Fix automatic config options

This commit is contained in:
Christoph Hrdinka
2015-03-19 12:10:55 +01:00
parent 80d8d1fc27
commit d3a2edb8ce
2 changed files with 21 additions and 9 deletions
+2
View File
@@ -8,6 +8,7 @@
, ratelimit ? false
, recvmmsg ? false
, rootServer ? false
, rrtypes ? false
, zoneStats ? false
}:
@@ -32,6 +33,7 @@ stdenv.mkDerivation rec {
++ edf ratelimit "ratelimit"
++ edf recvmmsg "recvmmsg"
++ edf rootServer "root-server"
++ edf rrtypes "draft-rrtypes"
++ edf zoneStats "zone-stats"
++ [ "--with-ssl=${openssl}" "--with-libevent=${libevent}" ];