gummiboot: disable stackprotector hardening

This commit is contained in:
Robin Gloster 2016-03-01 22:21:21 +00:00
parent a12ecfc405
commit 2f7e9f26d8

View File

@ -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 = [