about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-05-26 16:35:43 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-05-26 16:35:43 +0200
commit058c71498ebf922de7f7db8046726bb05062fbe4 (patch)
treefce80d6c3b5876efaf916093180c6d5bc3715030
parentee1a10ee6b4b0a1a22e3e0dbbcf96a2d667d0685 (diff)
downloadnixlib-058c71498ebf922de7f7db8046726bb05062fbe4.tar
nixlib-058c71498ebf922de7f7db8046726bb05062fbe4.tar.gz
nixlib-058c71498ebf922de7f7db8046726bb05062fbe4.tar.bz2
nixlib-058c71498ebf922de7f7db8046726bb05062fbe4.tar.lz
nixlib-058c71498ebf922de7f7db8046726bb05062fbe4.tar.xz
nixlib-058c71498ebf922de7f7db8046726bb05062fbe4.tar.zst
nixlib-058c71498ebf922de7f7db8046726bb05062fbe4.zip
grsecurity_base_linux_4_5: get all patches
This in particular includes qat_common_Makefile to fix parallel make.
-rw-r--r--pkgs/top-level/all-packages.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 5143e4a319d0..ec07f90dbadc 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -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;