# HG changeset patch # User Pascal Bellard # Date 1506602778 -7200 # Node ID c44b8ec1b3d3b9b0b80e010668ac86b82872b533 # Parent 56d11b20b04d631d64fb0a30b307c7019c61df8b clamav: update bdeps diff -r 56d11b20b04d -r c44b8ec1b3d3 clamav/receipt --- a/clamav/receipt Thu Sep 28 13:29:46 2017 +0200 +++ b/clamav/receipt Thu Sep 28 14:46:18 2017 +0200 @@ -11,8 +11,8 @@ WGET_URL="${WEB_SITE}downloads/production/$TARBALL" TAGS="antivirus" -DEPENDS="zlib gmp bzip2 slitaz-base-files ncurses libltdl" -BUILD_DEPENDS="zlib-dev gmp gmp-dev bzip2-dev ncurses-dev bash" +DEPENDS="zlib gmp bzip2 slitaz-base-files ncurses libltdl libssl" +BUILD_DEPENDS="zlib-dev gmp gmp-dev bzip2-dev ncurses-dev openssl-dev bash" # Rules to configure and make the package. compile_rules() @@ -26,6 +26,7 @@ --sysconfdir=/etc/clamav \ --with-dbdir=/var/lib/clamav \ --with-iconv=no \ + --disable-zlib-vcheck \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install