diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-15 14:17:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-15 14:17:44 +0000 |
commit | 7f3e98913b36d3254e0000765c9822423c0364e0 (patch) | |
tree | 82944a0cec1c027e8e48c30ece15f8814e08574b /main/busybox/APKBUILD | |
parent | 6ac2877e011b8c5af70d3cfc36d36dca7c1b9df1 (diff) | |
download | aports-7f3e98913b36d3254e0000765c9822423c0364e0.tar.bz2 aports-7f3e98913b36d3254e0000765c9822423c0364e0.tar.xz |
main/busybox: fix bad config that made bb static
Diffstat (limited to 'main/busybox/APKBUILD')
-rw-r--r-- | main/busybox/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD index a8ace8d51f..324fa5c0d2 100644 --- a/main/busybox/APKBUILD +++ b/main/busybox/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=busybox pkgver=1.17.0 -pkgrel=0 +pkgrel=1 pkgdesc="Size optimized toolbox of many common UNIX utilities" url=http://busybox.net license="GPL-2" @@ -82,4 +82,4 @@ ea127206741f9785dd2e8fcce2c32ad8 busybox-1.17.0-build_system.patch b159ecc8954369ec3d2320212c075a69 busybox-1.17.0-modprobe-l.patch 97cccda27dbf4181ca32a58f5d61e5a9 busybox-1.17.0-volumeid.patch aecc8dcaff560e1334d2788d588f6ea5 busybox-1.17.0-wget.patch -2db136224b6d4869b0744ef2d27c14e1 busyboxconfig" +e4c9f09bcc27b57f8f0344c69607f4c4 busyboxconfig" |