wok-4.x rev 1807
rsync: remove iconv support (-1.2M for core)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 03 15:14:43 2008 +0000 (2008-12-03) |
parents | f00979b9a2ba |
children | 37bb75372dba |
files | rsync/receipt |
line diff
1.1 --- a/rsync/receipt Wed Dec 03 14:10:46 2008 +0000 1.2 +++ b/rsync/receipt Wed Dec 03 15:14:43 2008 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Utility that provides fast incremental." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="popt libiconv" 1.8 +DEPENDS="popt" 1.9 BUILD_DEPENDS="popt-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://rsync.samba.org/" 1.12 @@ -19,6 +19,9 @@ 1.13 --prefix=/usr \ 1.14 --mandir=/usr/share/man \ 1.15 $CONFIGURE_ARGS && 1.16 + sed -i -e 's/HAVE_ICONV_H ./HAVE_ICONV_H 0/' \ 1.17 + -e 's/HAVE_ICONV_OPEN ./HAVE_ICONV_OPEN 0/' config.h && 1.18 + sed -i 's/-liconv//' Makefile && 1.19 make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 }