The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libxmlrpc / Config.in
1 config BR2_PACKAGE_LIBXMLRPC
2         bool "libxmlrpc"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         select BR2_PACKAGE_LIBCURL
5         help
6           XML-RPC is a quick-and-easy way to make procedure calls over
7           the Internet. It converts the procedure call into an XML
8           document, sends it to a remote server using HTTP, and gets
9           back the response as XML.
10
11           http://xmlrpc-c.sourceforge.net/
12
13 comment "libxmlrpc needs a toolchain w/ threads"
14         depends on !BR2_TOOLCHAIN_HAS_THREADS