aboutsummaryrefslogtreecommitdiff
path: root/extra/rsync/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-04-30 11:22:07 +0300
committerCem Keylan <cem@ckyln.com>2020-04-30 11:22:07 +0300
commitd05d34425accf3a586de7f7c6df8dd7529e4c631 (patch)
treeabeee952cc6a757c952c5eeaf4fa7cd02a25131a /extra/rsync/build
parent376b4914e8db81ec932acff57fded371b7d65164 (diff)
downloadrepository-d05d34425accf3a586de7f7c6df8dd7529e4c631.tar.gz
rsync: move back to core
Diffstat (limited to 'extra/rsync/build')
-rwxr-xr-xextra/rsync/build15
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/rsync/build b/extra/rsync/build
deleted file mode 100755
index 8b4a7e2c..00000000
--- a/extra/rsync/build
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh -e
-
-# Swap to awk script instead of perl script
-# for building rsync. See files/mkproto.awk.
-sed -i 's/perl/awk -f/;s/mkproto.pl/mkproto.awk/' Makefile.in
-
-export CFLAGS="-static $CFLAGS"
-
-./configure \
- --prefix=/usr \
- --with-included-popt \
- --without-included-zlib
-
-make
-make DESTDIR="$1" install