mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
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 a new issue