wok rev 3076

clamav: disable iconv support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 15 10:42:53 2009 +0200 (2009-05-15)
parents dfeca2ad1595
children d6db213caff2
files clamav/receipt
line diff
     1.1 --- a/clamav/receipt	Fri May 15 03:34:46 2009 +0200
     1.2 +++ b/clamav/receipt	Fri May 15 10:42:53 2009 +0200
     1.3 @@ -18,15 +18,12 @@
     1.4  	adduser clamav -s /bin/false -H -D -S
     1.5  
     1.6  	cd $src
     1.7 -	if [ -d /var/lib/tazpkg/installed/libiconv-dev ]; then
     1.8 -		echo "libiconv-dev is installed, Dep on libiconv (1,3 Mb) is not a good idea."
     1.9 -		exit 0
    1.10 -	fi
    1.11  	./configure \
    1.12  		--prefix=/usr \
    1.13  		--sysconfdir=/etc/clamav \
    1.14  		--infodir=/usr/share/info \
    1.15  		--mandir=/usr/share/man \
    1.16 +		--with-iconv=no \
    1.17  		$CONFIGURE_ARGS &&
    1.18  	make &&
    1.19  	make DESTDIR=$PWD/_pkg install