forked from mirrors/nixpkgs
gummiboot: disable stackprotector hardening
This commit is contained in:
parent
a12ecfc405
commit
2f7e9f26d8
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ gnu-efi pkgconfig libxslt utillinux ];
|
||||
|
||||
#hardening_all = false;
|
||||
hardening_stackprotector = false;
|
||||
|
||||
# Sigh, gummiboot should be able to find this in buildInputs
|
||||
configureFlags = [
|
||||
|
|
Loading…
Reference in a new issue