mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
grub4dos: disable stackprotector hardening
This commit is contained in:
parent
d00784602d
commit
d8d6f0bfcb
@ -14,6 +14,8 @@ in stdenv.mkDerivation {
|
||||
|
||||
nativeBuildInputs = [ unzip nasm ];
|
||||
|
||||
hardeningDisable = [ "stackprotector" ];
|
||||
|
||||
configureFlags = [ "--host=${arch}-pc-linux-gnu" ];
|
||||
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user