grsecurity_base_linux_4_5: get all patches

This in particular includes qat_common_Makefile to fix parallel make.
This commit is contained in:
Vladimír Čunát 2016-05-26 16:35:43 +02:00
parent ee1a10ee6b
commit 058c71498e

View file

@ -10761,12 +10761,7 @@ in
# grsecurity configuration
grsecurity_base_linux_4_5 = callPackage ../os-specific/linux/kernel/linux-grsecurity-4.5.nix {
kernelPatches = [ kernelPatches.bridge_stp_helper ]
++ lib.optionals ((platform.kernelArch or null) == "mips")
[ kernelPatches.mips_fpureg_emu
kernelPatches.mips_fpu_sigill
kernelPatches.mips_ext3_n32
];
inherit (linux_4_5) kernelPatches;
};
grFlavors = import ../build-support/grsecurity/flavors.nix;