wok-6.x diff rsync/receipt @ rev 3178
merge
author | Mallory MOLLO <mallory@skyrock.com> |
---|---|
date | Tue May 26 05:48:43 2009 +0200 (2009-05-26) |
parents | 0e0beb99e92a |
children | 8802649167db |
line diff
1.1 --- a/rsync/receipt Sat May 09 23:19:17 2009 +0200 1.2 +++ b/rsync/receipt Tue May 26 05:48:43 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 }