grsecurity_base_linux_4_5: get all patches
This in particular includes qat_common_Makefile to fix parallel make.
This commit is contained in:
parent
ee1a10ee6b
commit
058c71498e
@ -10761,12 +10761,7 @@ in
|
|||||||
# grsecurity configuration
|
# grsecurity configuration
|
||||||
|
|
||||||
grsecurity_base_linux_4_5 = callPackage ../os-specific/linux/kernel/linux-grsecurity-4.5.nix {
|
grsecurity_base_linux_4_5 = callPackage ../os-specific/linux/kernel/linux-grsecurity-4.5.nix {
|
||||||
kernelPatches = [ kernelPatches.bridge_stp_helper ]
|
inherit (linux_4_5) kernelPatches;
|
||||||
++ lib.optionals ((platform.kernelArch or null) == "mips")
|
|
||||||
[ kernelPatches.mips_fpureg_emu
|
|
||||||
kernelPatches.mips_fpu_sigill
|
|
||||||
kernelPatches.mips_ext3_n32
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
grFlavors = import ../build-support/grsecurity/flavors.nix;
|
grFlavors = import ../build-support/grsecurity/flavors.nix;
|
||||||
|
Loading…
Reference in New Issue
Block a user