diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-30 15:35:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-30 15:49:19 +0000 |
commit | e61504db11c78bae778296682ee52b7e980bc499 (patch) | |
tree | 2b4ea0216026d266099d036d0b75c7f47db26723 | |
parent | ccf20a41aa4a3af3db4fadebbe448d3c520e73f1 (diff) | |
download | aports-e61504db11c78bae778296682ee52b7e980bc499.tar.bz2 aports-e61504db11c78bae778296682ee52b7e980bc499.tar.xz |
main/linux-grsec: -dev package needs bash
So 3rd party mods are properly built with constify-plugin
-rw-r--r-- | main/linux-grsec/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index 6aa9e283e..c0b6f84f9 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -4,7 +4,7 @@ _flavor=grsec pkgname=linux-${_flavor} pkgver=3.6.11 _kernver=3.6 -pkgrel=8 +pkgrel=9 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs linux-firmware" @@ -105,7 +105,7 @@ dev() { # build a tiny kernel module # pkgdesc="Headers and script for third party modules for grsec kernel" - depends="gmp-dev" + depends="gmp-dev bash" local dir="$subpkgdir"/usr/src/linux-headers-${_abi_release} # first we import config, run prepare to set up for building |