]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
kernel: apply arm-multi grsecurity fixes only at arm-multi build
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 23 Dec 2015 09:14:26 +0000 (10:14 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 23 Dec 2015 09:14:26 +0000 (10:14 +0100)
lfs/linux
src/patches/arm-multi-grsec-compile-fixes.patch [moved from src/patches/kernel-grsec-compile-fixes.patch with 100% similarity]

index 2f762097fbd399fd8ba6db3897d15ffcb3465a20..1a0ae10c856cf3da91a376e0abff746b4860def7 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -186,6 +186,7 @@ ifeq "$(KCFG)" "-multi"
 
        # Apply Arm7-multiarch kernel patches.
        cd $(DIR_APP) && xzcat $(DIR_DL)/arm7-multi-patches-$(A7M_PATCHES).patch.xz | patch -Np1
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/arm-multi-grsec-compile-fixes.patch
 
        # Install switch api userspace header
        cd $(DIR_APP) && install -v -m644 include/uapi/linux/switch.h /usr/include/linux/
@@ -197,11 +198,6 @@ ifeq "$(KCFG)" "-rpi"
        cd $(DIR_APP) && xzcat $(DIR_DL)/rpi-patches-$(RPI_PATCHES).patch.xz | patch -Np1
 endif
 
-       # Compile fixes
-ifeq "$(KCFG)" "-headers"
-       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/kernel-grsec-compile-fixes.patch
-endif
-
 ifeq "$(KCFG)" "-headers"
        # Install the header files
        cd $(DIR_APP) && make ARCH=$(HEADERS_ARCH) INSTALL_HDR_PATH=dest headers_install