buildroot/package/librsync/Config.in
Bernd Kuhls f4573ea5d8 package/librsync: not available in static builds
Upstream only supports shared builds:
https://github.com/librsync/librsync/blob/master/CMakeLists.txt#L319

Fixes
http://autobuild.buildroot.net/results/4b8/4b8db2d520373d0c9127e0d7695b5aeda6925dc5/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2017-09-24 13:13:05 +02:00

16 lines
446 B
Plaintext

config BR2_PACKAGE_LIBRSYNC
bool "librsync"
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_BZIP2
select BR2_PACKAGE_POPT
help
librsync implements the rolling-checksum algorithm of
remote file synchronization that was popularized by the
rsync utility and is used in rproxy.
https://github.com/librsync/librsync
comment "librsync needs a toolchain w/ dynamic library support"
depends on BR2_STATIC_LIBS