1 config BR2_PACKAGE_LIBMEMCACHED
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on BR2_TOOLCHAIN_HAS_THREADS
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.
11 http://libmemcached.org/libMemcached.html
13 comment "libmemcached needs a toolchain w/ C++, threads"
14 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS