# HG changeset patch # User Christopher Rogers # Date 1296066211 0 # Node ID 890c8247a34984658e284f11c17c3395c7b72629 # Parent 3302917f7fbe28a830e9d166b57fb66d014fdd07 Fixed busybox. Removed pam-dev as build depends. diff -r 3302917f7fbe -r 890c8247a349 busybox/receipt --- a/busybox/receipt Thu Jan 27 00:20:51 2011 +0100 +++ b/busybox/receipt Wed Jan 26 18:23:31 2011 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities." MAINTAINER="pascal.bellard@slitaz.org" DEPENDS="slitaz-base-files glibc-base ncurses-common" -BUILD_DEPENDS="bzip2 pam pam-dev uclibc-cross-compiler-i486" +BUILD_DEPENDS="bzip2 pam uclibc-cross-compiler-i486" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.busybox.net/" WGET_URL="http://www.busybox.net/downloads/$TARBALL"