# HG changeset patch # User Pascal Bellard # Date 1241903957 -7200 # Node ID 0e0beb99e92a435a0332d24b66807fa7f69ea69a # Parent e78b123b882af0e787910e567f1fcc9b0cd91413 rsync: fix compile_rules diff -r e78b123b882a -r 0e0beb99e92a rsync/receipt --- a/rsync/receipt Sat May 09 18:39:24 2009 +0200 +++ b/rsync/receipt Sat May 09 23:19:17 2009 +0200 @@ -19,9 +19,6 @@ --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 }