rsync: Add comment

This commit is contained in:
Dylan Araps 2020-02-27 16:56:25 +02:00
parent 440f0b2cdf
commit 0aea8f5209
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 4 additions and 2 deletions

View File

@ -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 \