diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-25 08:09:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-25 08:09:23 +0000 |
commit | 57b15dbb0fe3fd545cb264110da238a627b4e85b (patch) | |
tree | faac3deaadae1f321ea01cf3bf5c066636b5e9ad /testing | |
parent | 679ca10d86b26e1c9ed03b9ebcc9f1abc0476f5b (diff) | |
download | aports-57b15dbb0fe3fd545cb264110da238a627b4e85b.tar.bz2 aports-57b15dbb0fe3fd545cb264110da238a627b4e85b.tar.xz |
testing/spl-grsec: rebuild against kernel 3.14.27-r0
Diffstat (limited to 'testing')
-rw-r--r-- | testing/spl-grsec/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/spl-grsec/APKBUILD b/testing/spl-grsec/APKBUILD index d6b4599b3d..e7d48d82df 100644 --- a/testing/spl-grsec/APKBUILD +++ b/testing/spl-grsec/APKBUILD @@ -5,7 +5,7 @@ _realname=spl _name=$_realname-$_flavor _kpkg=linux-$_flavor -_kver=3.14.26 +_kver=3.14.27 _kpkgrel=0 _realver=0.6.3 @@ -30,7 +30,7 @@ arch="x86 x86_64" license="GPL" depends="" depends_dev="linux-grsec-dev=$_kernelver" -makedepends="$depends_dev perl automake autoconf libtool" +makedepends="$depends_dev perl automake autoconf libtool linux-headers" install="" subpackages="$pkgname-dev $pkgname-utils" source="http://archive.zfsonlinux.org/downloads/zfsonlinux/spl/spl-$_realver.tar.gz |