# HG changeset patch # User Pascal Bellard # Date 1242376973 -7200 # Node ID 549dee08a66ae1c74566ad312e8fc1f778874646 # Parent dfeca2ad159526f6563617fefda9bd7a5ee1c471 clamav: disable iconv support diff -r dfeca2ad1595 -r 549dee08a66a clamav/receipt --- a/clamav/receipt Fri May 15 03:34:46 2009 +0200 +++ b/clamav/receipt Fri May 15 10:42:53 2009 +0200 @@ -18,15 +18,12 @@ adduser clamav -s /bin/false -H -D -S cd $src - if [ -d /var/lib/tazpkg/installed/libiconv-dev ]; then - echo "libiconv-dev is installed, Dep on libiconv (1,3 Mb) is not a good idea." - exit 0 - fi ./configure \ --prefix=/usr \ --sysconfdir=/etc/clamav \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ + --with-iconv=no \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install