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 / libmemcached / Config.in
1 config BR2_PACKAGE_LIBMEMCACHED
2         bool "libmemcached"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         help
6           libMemcached is an open source C/C++ client library and tools
7           for the memcached server.
8           It has been designed to be light on memory usage, thread safe,
9           and provide full access to server side methods.
10
11           http://libmemcached.org/libMemcached.html
12
13 comment "libmemcached needs a toolchain w/ C++, threads"
14         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS