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 ];
|
buildInputs = [ gnu-efi pkgconfig libxslt utillinux ];
|
||||||
|
|
||||||
#hardening_all = false;
|
hardening_stackprotector = false;
|
||||||
|
|
||||||
# Sigh, gummiboot should be able to find this in buildInputs
|
# Sigh, gummiboot should be able to find this in buildInputs
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user