From d05d34425accf3a586de7f7c6df8dd7529e4c631 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 30 Apr 2020 11:22:07 +0300 Subject: rsync: move back to core --- extra/rsync/build | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 extra/rsync/build (limited to 'extra/rsync/build') 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 -- cgit v1.2.3