mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
dhcpcd: do not enable pie hardening
This commit is contained in:
parent
4c55a0dbc5
commit
0fc7905db3
1 changed files with 0 additions and 2 deletions
|
@ -10,8 +10,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ pkgconfig udev ];
|
||||
|
||||
hardeningEnable = [ "pie" ];
|
||||
|
||||
configureFlags = [
|
||||
"--sysconfdir=/etc"
|
||||
"--localstatedir=/var"
|
||||
|
|
Loading…
Reference in a new issue