1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-17 01:23:48 +00:00

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