linuxPackages.klib: turn off format/stackprotector hardening
This commit is contained in:
@@ -21,6 +21,9 @@ stdenv.mkDerivation {
|
||||
|
||||
nativeBuildInputs = [ perl ];
|
||||
|
||||
hardening_format = false;
|
||||
hardening_stackprotector = false;
|
||||
|
||||
makeFlags = commonMakeFlags ++ [
|
||||
"KLIBCARCH=${stdenv.platform.kernelArch}"
|
||||
"KLIBCKERNELSRC=${kernelHeaders}"
|
||||
|
||||
Reference in New Issue
Block a user