pdnsd: enable IPv6 by default
This commit is contained in:
parent
24ebd77ab5
commit
1d6f590844
|
@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
|
|||
sed -i 's/.*(cachedir).*/:/' Makefile.in
|
||||
'';
|
||||
|
||||
configureFlags = [ "--enable-ipv6" ];
|
||||
|
||||
meta = {
|
||||
description = "Permanent DNS caching";
|
||||
homepage = http://www.phys.uu.nl/~rombouts/pdnsd.html;
|
||||
|
|
Loading…
Reference in New Issue