From e41336d5af0464e9f28045429196d5f6b4babf92 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 2 Mar 2020 12:33:50 +0300 Subject: rsync: build without perl --- core/rsync/build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'core/rsync/build') 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 -- cgit v1.2.3