aboutsummaryrefslogtreecommitdiff
path: root/core/rsync/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-03-02 12:33:50 +0300
committerCem Keylan <cem@ckyln.com>2020-03-02 12:33:50 +0300
commite41336d5af0464e9f28045429196d5f6b4babf92 (patch)
treed17796740339c32a41ef3b1196c8512193e45273 /core/rsync/build
parentf7b14e632076525d823bde02527668ba599acf09 (diff)
downloadrepository-e41336d5af0464e9f28045429196d5f6b4babf92.tar.gz
rsync: build without perl
Diffstat (limited to 'core/rsync/build')
-rwxr-xr-xcore/rsync/build5
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