rsync: enable selecting bundled or system zlib
authorIan Leonard <redacted>
Thu, 4 Sep 2014 00:33:03 +0000 (17:33 -0700)
committerIan Leonard <redacted>
Fri, 5 Sep 2014 03:56:58 +0000 (20:56 -0700)
commit0264b06472a342c0d719f35422adeaaf4e54f1e4
tree6096dcf4e163f40fd8b8f6624c1f20a1734f1984
parenta1680da39d052b1a8c247d8cf38ba751af914d44
rsync: enable selecting bundled or system zlib

rsync, by default, includes a patched zlib within its source tarball. The patch
enables a better compression ratio for rsync streams. However, the client and
server need the same featureset in their zlib in order to understand the
compression stream, or the server will abort the transfer. Older versions have
no understanding of the new compression standard used.

This patch allows the builder to choose whether to use the bundled or system
zlib. It defautls to using the system zlib, as is the default before this
patch.

Signed-off-by: Ian Leonard <redacted>
net/rsync/Config.in
net/rsync/Makefile
git clone https://git.99rst.org/PROJECT