From: Arne Fitzenreiter Date: Sat, 18 Feb 2017 11:48:36 +0000 (+0100) Subject: kernel: disable grsecurity for i586 because it fails to build X-Git-Tag: v2.21-core122~178^2~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2524577db810a73e044fbb7acfc7b67108e59915;p=ipfire-2.x.git kernel: disable grsecurity for i586 because it fails to build Signed-off-by: Arne Fitzenreiter --- 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