package/librsync: not available in static builds
authorBernd Kuhls <bernd.kuhls@t-online.de>
Wed, 13 Sep 2017 10:18:23 +0000 (12:18 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 24 Sep 2017 11:13:05 +0000 (13:13 +0200)
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>
package/librsync/Config.in

index 652f0cb2761144b4ee4be5069959271b9e4b103f..6957ddcc0ecb4f0ede066d694f33062da64d7fdf 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LIBRSYNC
        bool "librsync"
+       depends on !BR2_STATIC_LIBS
        select BR2_PACKAGE_ZLIB
        select BR2_PACKAGE_BZIP2
        select BR2_PACKAGE_POPT
@@ -9,3 +10,6 @@ config BR2_PACKAGE_LIBRSYNC
          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