rsync: use system zlib and popt, also do not lose debug options
authorDenis Mingulov <denis@mingulov.com>
Wed, 16 Oct 2013 13:13:37 +0000 (16:13 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 1 Nov 2013 16:12:51 +0000 (17:12 +0100)
commit6eac08192d8dceaba992d11d8874ea3af93011b5
treee9608dd6f2ffdae575207a1d74b871b02c88bf14
parentee1565bf36f42781dfc7d42df8bd1445b4202a2f
rsync: use system zlib and popt, also do not lose debug options

rsync by default compiles statically its own zlib and popt
libraries, it is better to use system wide libraries instead -
both for disk and memory consumption. Change rsync package
accordingly.

Also previously a debug configure option has been lost, as
overwritten by '--with-included-popt' option - fixed.

For example, on ARMv5 rsync binary size is reduced by about 25%.

Signed-off-by: Denis Mingulov <denis@mingulov.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/rsync/Config.in
package/rsync/rsync.mk