aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-01-30 15:35:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-02-04 13:16:20 +0000
commit9be2a62d993058c21fd3097048424f68580f764b (patch)
tree7ef29eb72d8bd83a4aca3e05fbd5f8897c8cadc2
parent762f3ca806af542dc55bf45d5b57b498877a00ab (diff)
downloadalpine_aports-9be2a62d993058c21fd3097048424f68580f764b.tar.bz2
alpine_aports-9be2a62d993058c21fd3097048424f68580f764b.tar.xz
alpine_aports-9be2a62d993058c21fd3097048424f68580f764b.zip
main/linux-grsec: -dev package needs bash
So 3rd party mods are properly built with constify-plugin (cherry picked from commit e61504db11c78bae778296682ee52b7e980bc499) Conflicts: main/linux-grsec/APKBUILD
-rw-r--r--main/linux-grsec/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD
index 225d45a4ec..1cc10630e8 100644
--- a/main/linux-grsec/APKBUILD
+++ b/main/linux-grsec/APKBUILD
@@ -4,7 +4,7 @@ _flavor=grsec
4pkgname=linux-${_flavor} 4pkgname=linux-${_flavor}
5pkgver=3.6.11 5pkgver=3.6.11
6_kernver=3.6 6_kernver=3.6
7pkgrel=7 7pkgrel=8
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"
@@ -105,7 +105,7 @@ dev() {
105 # build a tiny kernel module 105 # build a tiny kernel module
106 # 106 #
107 pkgdesc="Headers and script for third party modules for grsec kernel" 107 pkgdesc="Headers and script for third party modules for grsec kernel"
108 depends="gmp-dev" 108 depends="gmp-dev bash"
109 local dir="$subpkgdir"/usr/src/linux-headers-${_abi_release} 109 local dir="$subpkgdir"/usr/src/linux-headers-${_abi_release}
110 110
111 # first we import config, run prepare to set up for building 111 # first we import config, run prepare to set up for building