[Buildroot] [git commit branch/next] package/libxmlrpc: cli tool needs dynamic library

Yann E. MORIN yann.morin.1998 at free.fr
Sun Aug 1 14:10:35 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=b966e655b1f868a88251b5b95d8e62a8e4781634
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

cli tool, added in commit bc3dc2b44ba1d80ed93f43a8d43c3d80ff548077,
needs dynamic library

Fixes:
 - http://autobuild.buildroot.org/results/18a1a45a0fda7fc95e9d865b4b8a90a99494717e

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/libxmlrpc/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/libxmlrpc/Config.in b/package/libxmlrpc/Config.in
index f8b8c411e1..33d512328e 100644
--- a/package/libxmlrpc/Config.in
+++ b/package/libxmlrpc/Config.in
@@ -14,9 +14,13 @@ if BR2_PACKAGE_LIBXMLRPC
 
 config BR2_PACKAGE_LIBXMLRPC_TOOLS_XMLRPC
 	bool "install cli tool"
+	depends on !BR2_STATIC_LIBS
 	help
 	  Command line tool xmlrpc.
 
+comment "cli tool needs a toolchain w/ dynamic library"
+	depends on BR2_STATIC_LIBS
+
 endif # BR2_PACKAGE_LIBXMLRPC
 
 comment "libxmlrpc needs a toolchain w/ threads"


More information about the buildroot mailing list