aboutsummaryrefslogtreecommitdiff
path: root/core/rsync/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-04-25 12:12:24 +0300
committerCem Keylan <cem@ckyln.com>2020-04-25 12:12:24 +0300
commit96fcfde6452f55e1b7a7c4dea70f5219e02d4cf3 (patch)
tree2d59ea335ed20f538fe71d04b2d14fb16dce4d3f /core/rsync/build
parent49d08d2e868ac078044fdda368735fc7166300a5 (diff)
downloadrepository-96fcfde6452f55e1b7a7c4dea70f5219e02d4cf3.tar.gz
rsync: move to extra
Diffstat (limited to 'core/rsync/build')
-rwxr-xr-xcore/rsync/build15
1 files changed, 0 insertions, 15 deletions
diff --git a/core/rsync/build b/core/rsync/build
deleted file mode 100755
index 8b4a7e2c..00000000
--- a/core/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