aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/linux-grsec/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD
index a529ae86fa..5228ecc02e 100644
--- a/main/linux-grsec/APKBUILD
+++ b/main/linux-grsec/APKBUILD
@@ -4,7 +4,7 @@ _flavor=grsec
4pkgname=linux-${_flavor} 4pkgname=linux-${_flavor}
5pkgver=2.6.32.12 5pkgver=2.6.32.12
6_kernver=2.6.32 6_kernver=2.6.32
7pkgrel=4 7pkgrel=5
8pkgdesc="Linux kernel with grsecurity" 8pkgdesc="Linux kernel with grsecurity"
9url=http://grsecurity.net 9url=http://grsecurity.net
10depends="mkinitfs linux-firmware" 10depends="mkinitfs linux-firmware"
@@ -46,7 +46,8 @@ prepare() {
46 fi 46 fi
47 47
48 # first apply the grsecurity patch and then the rest 48 # first apply the grsecurity patch and then the rest
49 for i in "$srcdir"/grsecurity*.patch "$srcdir"/0[0-9]*.patch; do 49 for i in "$srcdir"/grsecurity*.patch "$srcdir"/0[0-9]*.patch \
50 "$srcdir"/xfrm*; do
50 [ -f $i ] || continue 51 [ -f $i ] || continue
51 msg "Applying $i..." 52 msg "Applying $i..."
52 patch -s -p1 -N < $i || return 1 53 patch -s -p1 -N < $i || return 1