# HG changeset patch # User Pascal Bellard # Date 1228317283 0 # Node ID db7e79a69e27292a32188aaf87cb6e0410b9bafb # Parent f00979b9a2bad00f3d2d1e237da5b130e5e2ecaa rsync: remove iconv support (-1.2M for core) diff -r f00979b9a2ba -r db7e79a69e27 rsync/receipt --- a/rsync/receipt Wed Dec 03 14:10:46 2008 +0000 +++ b/rsync/receipt Wed Dec 03 15:14:43 2008 +0000 @@ -5,7 +5,7 @@ CATEGORY="network" SHORT_DESC="Utility that provides fast incremental." MAINTAINER="pankso@slitaz.org" -DEPENDS="popt libiconv" +DEPENDS="popt" BUILD_DEPENDS="popt-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://rsync.samba.org/" @@ -19,6 +19,9 @@ --prefix=/usr \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && + sed -i -e 's/HAVE_ICONV_H ./HAVE_ICONV_H 0/' \ + -e 's/HAVE_ICONV_OPEN ./HAVE_ICONV_OPEN 0/' config.h && + sed -i 's/-liconv//' Makefile && make && make DESTDIR=$PWD/_pkg install }