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