# HG changeset patch # User Pascal Bellard # Date 1296125538 -3600 # Node ID b82864bfba600b92adc85b5f1a2c50c7ba9ba040 # Parent 84aca0f42f072eafe0f5ee76eb157acd1277de2c busybox-pam needs pam-dev for security/pam_appl.h security/pam_misc.h diff -r 84aca0f42f07 -r b82864bfba60 busybox/receipt --- a/busybox/receipt Thu Jan 27 03:15:09 2011 +0000 +++ b/busybox/receipt Thu Jan 27 11:52:18 2011 +0100 @@ -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 uclibc-cross-compiler-i486" +BUILD_DEPENDS="bzip2 pam pam-dev uclibc-cross-compiler-i486" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.busybox.net/" WGET_URL="http://www.busybox.net/downloads/$TARBALL"