mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
gnu-efi: disable stackprotector hardening
This commit is contained in:
parent
9ba6bd4dea
commit
a6dae3b5ad
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ pciutils ];
|
||||
|
||||
hardening_stackprotector = false;
|
||||
|
||||
makeFlags = [
|
||||
"PREFIX=\${out}"
|
||||
"CC=gcc"
|
||||
|
|
Loading…
Reference in a new issue