pdnsd: enable IPv6 by default

This commit is contained in:
Jinjing Wang 2016-02-12 18:44:08 +08:00
parent 24ebd77ab5
commit 1d6f590844
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
sed -i 's/.*(cachedir).*/:/' Makefile.in sed -i 's/.*(cachedir).*/:/' Makefile.in
''; '';
configureFlags = [ "--enable-ipv6" ];
meta = { meta = {
description = "Permanent DNS caching"; description = "Permanent DNS caching";
homepage = http://www.phys.uu.nl/~rombouts/pdnsd.html; homepage = http://www.phys.uu.nl/~rombouts/pdnsd.html;