diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-03-12 14:55:38 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-03-12 14:55:38 -0600 |
commit | ae05b4802dfa98238c3084803bbdfc76766f7438 (patch) | |
tree | 5668cb759c1ce36fed0de9a0d937a83794528ea8 /main/linux-grsec | |
parent | 7ed60d0113261404bee35c06c77a3dc86d6e6197 (diff) | |
download | aports-ae05b4802dfa98238c3084803bbdfc76766f7438.tar.bz2 aports-ae05b4802dfa98238c3084803bbdfc76766f7438.tar.xz |
main/linux-grsec: temporarily require wget to make the x86 builder download from a good mirror
Diffstat (limited to 'main/linux-grsec')
-rw-r--r-- | main/linux-grsec/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index 823c877aea..a615666ea6 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -8,7 +8,7 @@ pkgrel=0 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs linux-firmware" -makedepends="perl installkernel bash" +makedepends="perl installkernel bash wget" options="!strip" _config=${config:-kernelconfig.${CARCH}} install= |