mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 18:48:35 +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 New Issue
Block a user