summaryrefslogtreecommitdiffstats
path: root/busybox/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'busybox/Pkgfile')
-rw-r--r--busybox/Pkgfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/busybox/Pkgfile b/busybox/Pkgfile
index 980b1491d..d184b7fcf 100644
--- a/busybox/Pkgfile
+++ b/busybox/Pkgfile
@@ -4,17 +4,17 @@
# Packager: thierryn1 at hispeed dot ch
name=busybox
-version=1.19.2
+version=1.20.2
release=1
-source=(http://busybox.net/downloads/$name-$version.tar.bz2 \
+source=(http://busybox.net/downloads/$name-$version.tar.bz2
config)
build() {
cd $name-$version
cp ../config .config
-# make menuconfig
+ sed '1,1i#include <sys/resource.h>' -i include/libbb.h
+ make menuconfig
make
cp .config `prt-get printf %p --filter=$name`/$name/config
- make CONFIG_PREFIX=$PKG install
-
+ make CONFIG_PREFIX=$PKG install
}