wok diff clamav/receipt @ rev 20639

up rclone to v1.44
author Lucas Levrel <llevrel@yahoo.fr>
date Thu Jan 10 21:49:04 2019 +0100 (2019-01-10)
parents 56d11b20b04d
children d6dd3c2092ae
line diff
     1.1 --- a/clamav/receipt	Thu Sep 28 13:29:46 2017 +0200
     1.2 +++ b/clamav/receipt	Thu Jan 10 21:49:04 2019 +0100
     1.3 @@ -11,8 +11,8 @@
     1.4  WGET_URL="${WEB_SITE}downloads/production/$TARBALL"
     1.5  TAGS="antivirus"
     1.6  
     1.7 -DEPENDS="zlib gmp bzip2 slitaz-base-files ncurses libltdl"
     1.8 -BUILD_DEPENDS="zlib-dev gmp gmp-dev bzip2-dev ncurses-dev bash"
     1.9 +DEPENDS="zlib gmp bzip2 slitaz-base-files ncurses libltdl libssl"
    1.10 +BUILD_DEPENDS="zlib-dev gmp gmp-dev bzip2-dev ncurses-dev openssl-dev bash"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14 @@ -26,6 +26,7 @@
    1.15  		--sysconfdir=/etc/clamav \
    1.16  		--with-dbdir=/var/lib/clamav \
    1.17  		--with-iconv=no \
    1.18 +		--disable-zlib-vcheck \
    1.19  		$CONFIGURE_ARGS &&
    1.20  	make &&
    1.21  	make DESTDIR=$DESTDIR install