buildrootschalter/package/rsync/Config.in
Denis Mingulov 6eac08192d 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>
2013-11-01 17:12:51 +01:00

11 lines
212 B
Plaintext

config BR2_PACKAGE_RSYNC
bool "rsync"
# fork()
depends on BR2_USE_MMU
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_POPT
help
File transfer program to keep remote files in sync.
http://rsync.samba.org/