From 2524577db810a73e044fbb7acfc7b67108e59915 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 18 Feb 2017 12:48:36 +0100 Subject: [PATCH] kernel: disable grsecurity for i586 because it fails to build Signed-off-by: Arne Fitzenreiter --- lfs/linux | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lfs/linux b/lfs/linux index 6da3d4ae3b..18b9a038c6 100644 --- a/lfs/linux +++ b/lfs/linux @@ -128,9 +128,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) ifneq "$(KCFG)" "-headers" +ifneq "$(MACHINE)" "i586" + # Grsecurity-patches cd $(DIR_APP) && xz -c -d $(DIR_DL)/$(GRS_PATCHES) | patch -Np1 cd $(DIR_APP) && rm localversion-grsec +endif endif # DVB Patches -- 2.39.2