kernel: turn off bindnow hardening
This commit is contained in:
parent
a36f51f773
commit
b59a6aa93a
@ -216,8 +216,7 @@ stdenv.mkDerivation ((drvAttrs config stdenv.platform (kernelPatches ++ nativeKe
|
||||
nativeBuildInputs = [ perl bc nettools openssl ] ++ optional (stdenv.platform.uboot != null)
|
||||
(ubootChooser stdenv.platform.uboot);
|
||||
|
||||
hardeningDisable = [ "format" "fortify" "stackprotector" "pic" ]
|
||||
++ stdenv.lib.optional stdenv.isi686 "bindnow";
|
||||
hardeningDisable = [ "bindnow" "format" "fortify" "stackprotector" "pic" ];
|
||||
|
||||
makeFlags = commonMakeFlags ++ [
|
||||
"ARCH=${stdenv.platform.kernelArch}"
|
||||
|
Loading…
Reference in New Issue
Block a user