summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-09-02 09:16:42 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-09-02 09:16:42 +0000
commit5fe915321b34226175e51c1a6df0523d7480caf5 (patch)
tree147b75d9c711be49e3739c42ab61ec6911c530cc /main
parentf9deb9362a0c30632ac44bc7f11bb71193d22920 (diff)
downloadaports-5fe915321b34226175e51c1a6df0523d7480caf5.tar.bz2
aports-5fe915321b34226175e51c1a6df0523d7480caf5.tar.xz
main/linux-grsec: use modules_prepare for the -dev package
Diffstat (limited to 'main')
-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 2b1fa703f..556b5e036 100644
--- a/main/linux-grsec/APKBUILD
+++ b/main/linux-grsec/APKBUILD
@@ -4,7 +4,7 @@ _flavor=grsec
pkgname=linux-${_flavor}
pkgver=3.0.4
_kernver=3.0
-pkgrel=2
+pkgrel=3
pkgdesc="Linux kernel with grsecurity"
url=http://grsecurity.net
depends="mkinitfs linux-firmware"
@@ -106,7 +106,7 @@ dev() {
mkdir -p "$dir"
cp "$srcdir"/$_config "$dir"/.config
make -j1 -C "$srcdir"/linux-$_kernver O="$dir" HOSTCC="${CC:-gcc}" \
- silentoldconfig prepare scripts gcc-plugins
+ silentoldconfig prepare modules_prepare scripts
# remove the stuff that poits to real sources. we want 3rd party
# modules to believe this is the soruces