dnsutils: +sigchase support for dig
Fixes #10728, closes #22989. The dnsutils output got ~60kiB bigger, and I see no extra runtime deps.
This commit is contained in:
parent
d2a4a84f00
commit
f1e7a60b16
@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ openssl libtool perl libxml2 ] ++
|
buildInputs = [ openssl libtool perl libxml2 ] ++
|
||||||
stdenv.lib.optional stdenv.isLinux libseccomp;
|
stdenv.lib.optional stdenv.isLinux libseccomp;
|
||||||
|
|
||||||
|
STD_CDEFINES = [ "-DDIG_SIGCHASE=1" ]; # support +sigchase
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
"--with-libtool"
|
"--with-libtool"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user