mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
package/libxmlrpc: cli tool needs dynamic library
cli tool, added in commit bc3dc2b44b
,
needs dynamic library
Fixes:
- http://autobuild.buildroot.org/results/18a1a45a0fda7fc95e9d865b4b8a90a99494717e
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
fcf01c247d
commit
b966e655b1
@ -14,9 +14,13 @@ if BR2_PACKAGE_LIBXMLRPC
|
|||||||
|
|
||||||
config BR2_PACKAGE_LIBXMLRPC_TOOLS_XMLRPC
|
config BR2_PACKAGE_LIBXMLRPC_TOOLS_XMLRPC
|
||||||
bool "install cli tool"
|
bool "install cli tool"
|
||||||
|
depends on !BR2_STATIC_LIBS
|
||||||
help
|
help
|
||||||
Command line tool xmlrpc.
|
Command line tool xmlrpc.
|
||||||
|
|
||||||
|
comment "cli tool needs a toolchain w/ dynamic library"
|
||||||
|
depends on BR2_STATIC_LIBS
|
||||||
|
|
||||||
endif # BR2_PACKAGE_LIBXMLRPC
|
endif # BR2_PACKAGE_LIBXMLRPC
|
||||||
|
|
||||||
comment "libxmlrpc needs a toolchain w/ threads"
|
comment "libxmlrpc needs a toolchain w/ threads"
|
||||||
|
Loading…
Reference in New Issue
Block a user