# HG changeset patch # User Christopher Rogers # Date 1272848871 0 # Node ID 43c4d59e4be12106b2e970cace3a03cb6b94b875 # Parent 2e0531fcc4238c09af49f7e1c60e70f33365d227 Fix clamav - Added bash to build depends so it will compile. diff -r 2e0531fcc423 -r 43c4d59e4be1 clamav/receipt --- a/clamav/receipt Mon May 03 01:03:55 2010 +0000 +++ b/clamav/receipt Mon May 03 01:07:51 2010 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Antivirus." MAINTAINER="paul@slitaz.org" DEPENDS="zlib gmp bzip2 slitaz-base-files ncurses" -BUILD_DEPENDS="zlib-dev gmp gmp-dev bzip2-dev ncurses-dev" +BUILD_DEPENDS="zlib-dev gmp gmp-dev bzip2-dev ncurses-dev bash" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.clamav.net/" WGET_URL="http://downloads.sourceforge.net/clamav/$TARBALL"