1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

gnu-efi: disable stackprotector hardening

This commit is contained in:
Robin Gloster 2016-03-01 22:20:50 +00:00
parent 9ba6bd4dea
commit a6dae3b5ad

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
buildInputs = [ pciutils ];
hardening_stackprotector = false;
makeFlags = [
"PREFIX=\${out}"
"CC=gcc"