grub: disable stackprotector hardening
This commit is contained in:
parent
2700dac7de
commit
d9b4391717
@ -36,6 +36,8 @@ stdenv.mkDerivation {
|
||||
# autoreconfHook required for the splashimage patch.
|
||||
buildInputs = [ autoreconfHook texinfo ];
|
||||
|
||||
hardening_stackprotector = false;
|
||||
|
||||
prePatch = ''
|
||||
unpackFile $gentooPatches
|
||||
rm patch/400_all_grub-0.97-reiser4-20050808-gentoo.patch
|
||||
|
Loading…
Reference in New Issue
Block a user