From 0aea8f520970315238be13104b2f0602ed6940ff Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 27 Feb 2020 16:56:25 +0200 Subject: [PATCH] rsync: Add comment --- core/rsync/build | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/rsync/build b/core/rsync/build index 6a623847..8b4a7e2c 100755 --- a/core/rsync/build +++ b/core/rsync/build @@ -1,9 +1,11 @@ #!/bin/sh -e -export CFLAGS="-static $CFLAGS" - +# 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 \