aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-06-26 06:43:58 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-07-07 08:25:46 +0000
commit4a8f1c3aab48df68d46bc1c6586613f4f42b226a (patch)
treefa2d155a19a737f0b6b7b8d34b62238903c8c3b8
parent9c2697f3909f144b281ca9bfa14d04d21623e7d5 (diff)
downloadalpine_aports-4a8f1c3aab48df68d46bc1c6586613f4f42b226a.tar.bz2
alpine_aports-4a8f1c3aab48df68d46bc1c6586613f4f42b226a.tar.xz
alpine_aports-4a8f1c3aab48df68d46bc1c6586613f4f42b226a.zip
main/linux-grsec: fix makedepends
we need more headers for gcc plugins (cherry picked from commit 3a062aad5ee6f761e696d8ed520b1534aff7f97b)
-rw-r--r--main/linux-grsec/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD
index 7c63cd161f..e6d8acd5be 100644
--- a/main/linux-grsec/APKBUILD
+++ b/main/linux-grsec/APKBUILD
@@ -11,7 +11,8 @@ pkgrel=0
11pkgdesc="Linux kernel with grsecurity" 11pkgdesc="Linux kernel with grsecurity"
12url=http://grsecurity.net 12url=http://grsecurity.net
13depends="mkinitfs linux-firmware" 13depends="mkinitfs linux-firmware"
14makedepends="perl sed installkernel bash gmp-dev bc linux-headers" 14makedepends="perl sed installkernel bash gmp-dev bc linux-headers mpfr-dev
15 mpc1-dev"
15options="!strip" 16options="!strip"
16install= 17install=
17source="http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$_kernver.tar.xz 18source="http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$_kernver.tar.xz