wok diff rsync/receipt @ rev 3863

changed maintainer
author Richard Sellam <lenios@slitaz.org>
date Fri Aug 07 22:40:03 2009 +0200 (2009-08-07)
parents 0e0beb99e92a
children 8802649167db
line diff
     1.1 --- a/rsync/receipt	Sat May 09 23:19:17 2009 +0200
     1.2 +++ b/rsync/receipt	Fri Aug 07 22:40:03 2009 +0200
     1.3 @@ -18,7 +18,11 @@
     1.4  	./configure \
     1.5  		--prefix=/usr \
     1.6  		--mandir=/usr/share/man \
     1.7 -		$CONFIGURE_ARGS &&
     1.8 +		--disable-iconv --disable-iconv-open \
     1.9 +		$CONFIGURE_ARGS
    1.10 +	sed -i  -e 's/HAVE_ICONV_H ./HAVE_ICONV_H 0/' \
    1.11 +		-e 's/HAVE_ICONV_OPEN ./HAVE_ICONV_OPEN 0/' config.h
    1.12 +	sed -i 's/-liconv//' Makefile
    1.13  	make &&
    1.14  	make DESTDIR=$PWD/_pkg install
    1.15  }