diff options
Diffstat (limited to 'core/rsync/build')
-rwxr-xr-x | core/rsync/build | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/rsync/build b/core/rsync/build index 6a0ede69..6a623847 100755 --- a/core/rsync/build +++ b/core/rsync/build @@ -2,9 +2,12 @@ export CFLAGS="-static $CFLAGS" +sed -i 's/perl/awk -f/;s/mkproto.pl/mkproto.awk/' Makefile.in + ./configure \ --prefix=/usr \ - --with-included-popt + --with-included-popt \ + --without-included-zlib make make DESTDIR="$1" install |