3
0
Fork 0
forked from mirrors/nixpkgs

dhcpdump: turn off fortify hardening

This commit is contained in:
Robin Gloster 2016-02-12 00:40:58 +00:00
parent a53bd9daa8
commit 162982544a

View file

@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
buildInputs = [libpcap perl];
hardening_fortify = false;
installPhase = ''
mkdir -pv $out/bin
cp dhcpdump $out/bin