mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
grub4dos: disable stackprotector hardening
This commit is contained in:
parent
d00784602d
commit
d8d6f0bfcb
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ in stdenv.mkDerivation {
|
|||
|
||||
nativeBuildInputs = [ unzip nasm ];
|
||||
|
||||
hardeningDisable = [ "stackprotector" ];
|
||||
|
||||
configureFlags = [ "--host=${arch}-pc-linux-gnu" ];
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue