summary refs log tree commit diff
path: root/pkgs/servers/dns
diff options
context:
space:
mode:
authorKai Wohlfahrt <kai.wohlfahrt@gmail.com>2019-10-16 13:48:51 +0100
committerKai Wohlfahrt <kai.wohlfahrt@gmail.com>2019-10-16 13:48:51 +0100
commit8a293b42decf1cdb126b15e9139c487c47e12c27 (patch)
tree5cb0679cab0288c4bc05cb711d7cb209c8641dd9 /pkgs/servers/dns
parent39afb945856563a5c5ea8aed98a4cdb8270f3585 (diff)
downloadnixpkgs-8a293b42decf1cdb126b15e9139c487c47e12c27.tar
nixpkgs-8a293b42decf1cdb126b15e9139c487c47e12c27.tar.gz
nixpkgs-8a293b42decf1cdb126b15e9139c487c47e12c27.tar.bz2
nixpkgs-8a293b42decf1cdb126b15e9139c487c47e12c27.tar.lz
nixpkgs-8a293b42decf1cdb126b15e9139c487c47e12c27.tar.xz
nixpkgs-8a293b42decf1cdb126b15e9139c487c47e12c27.tar.zst
nixpkgs-8a293b42decf1cdb126b15e9139c487c47e12c27.zip
dnsutils: remove obsolete config flag
Diffstat (limited to 'pkgs/servers/dns')
-rw-r--r--pkgs/servers/dns/bind/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/servers/dns/bind/default.nix b/pkgs/servers/dns/bind/default.nix
index e39dcb94d5c..0f551f489a6 100644
--- a/pkgs/servers/dns/bind/default.nix
+++ b/pkgs/servers/dns/bind/default.nix
@@ -30,8 +30,6 @@ stdenv.mkDerivation rec {
     ++ lib.optional enableSeccomp libseccomp
     ++ lib.optional enablePython (python3.withPackages (ps: with ps; [ ply ]));
 
-  STD_CDEFINES = [ "-DDIG_SIGCHASE=1" ]; # support +sigchase
-
   depsBuildBuild = [ buildPackages.stdenv.cc ];
 
   configureFlags = [