gnu-efi: disable stackprotector hardening
This commit is contained in:
parent
9ba6bd4dea
commit
a6dae3b5ad
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ pciutils ];
|
buildInputs = [ pciutils ];
|
||||||
|
|
||||||
|
hardening_stackprotector = false;
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
"PREFIX=\${out}"
|
"PREFIX=\${out}"
|
||||||
"CC=gcc"
|
"CC=gcc"
|
||||||
|
Loading…
Reference in New Issue
Block a user