Skip to content

Commit f1e7a60

Browse files
abbradarvcunat
authored andcommittedFeb 19, 2017
dnsutils: +sigchase support for dig
Fixes #10728, closes #22989. The dnsutils output got ~60kiB bigger, and I see no extra runtime deps.
1 parent d2a4a84 commit f1e7a60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎pkgs/servers/dns/bind/default.nix

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
1919
buildInputs = [ openssl libtool perl libxml2 ] ++
2020
stdenv.lib.optional stdenv.isLinux libseccomp;
2121

22+
STD_CDEFINES = [ "-DDIG_SIGCHASE=1" ]; # support +sigchase
23+
2224
configureFlags = [
2325
"--localstatedir=/var"
2426
"--with-libtool"

0 commit comments

Comments
 (0)