mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
linuxPackages.klib: turn off format/stackprotector hardening
This commit is contained in:
parent
5c297e8b5a
commit
e3a4f0920f
@ -21,6 +21,9 @@ stdenv.mkDerivation {
|
||||
|
||||
nativeBuildInputs = [ perl ];
|
||||
|
||||
hardening_format = false;
|
||||
hardening_stackprotector = false;
|
||||
|
||||
makeFlags = commonMakeFlags ++ [
|
||||
"KLIBCARCH=${stdenv.platform.kernelArch}"
|
||||
"KLIBCKERNELSRC=${kernelHeaders}"
|
||||
|
Loading…
Reference in New Issue
Block a user