trustedGrub: disable stackprotector/pic hardening
This commit is contained in:
parent
eff4faf7f3
commit
e7f9e8a26f
@ -47,6 +47,9 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ ncurses libusb freetype gettext devicemapper ]
|
||||
++ optional doCheck qemu;
|
||||
|
||||
hardening_stackprotector = false;
|
||||
hardening_pic = false;
|
||||
|
||||
preConfigure =
|
||||
'' for i in "tests/util/"*.in
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user