diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-03-12 14:56:25 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-03-12 14:56:25 -0600 |
commit | d5f26d6b09b3380ada4eec0ccfba015ec509d66e (patch) | |
tree | d00839e4af1143554452c6f64b77d57512069dc5 /main/linux-grsec | |
parent | ae05b4802dfa98238c3084803bbdfc76766f7438 (diff) | |
download | aports-d5f26d6b09b3380ada4eec0ccfba015ec509d66e.tar.bz2 aports-d5f26d6b09b3380ada4eec0ccfba015ec509d66e.tar.xz |
main/linux-grsec: backing wget hack out
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 a615666ea6..823c877aea 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 wget" +makedepends="perl installkernel bash" options="!strip" _config=${config:-kernelconfig.${CARCH}} install= |