mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 08:01:14 +00:00
linuxPackages.phc-intel: turn off pic hardening
This commit is contained in:
parent
322e086e4d
commit
f1e4a8c966
|
@ -21,6 +21,8 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ which ];
|
||||
|
||||
hardening_pic = false;
|
||||
|
||||
makeFlags = with kernel; [
|
||||
"DESTDIR=$(out)"
|
||||
"KERNELSRC=${dev}/lib/modules/${modDirVersion}/build"
|
||||
|
|
Loading…
Reference in a new issue