[Buildroot] [PATCH 1/1] package/libxmlrpc: cli tool needs dynamic library

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


Fabrice, All,

On 2021-08-01 15:46 +0200, Fabrice Fontaine spake thusly:
> 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>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  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"
> -- 
> 2.30.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'


More information about the buildroot mailing list