forked from mirrors/nixpkgs
dhcpdump: turn off fortify hardening
This commit is contained in:
parent
a53bd9daa8
commit
162982544a
|
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [libpcap perl];
|
||||
|
||||
hardening_fortify = false;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -pv $out/bin
|
||||
cp dhcpdump $out/bin
|
||||
|
|
Loading…
Reference in a new issue