summaryrefslogtreecommitdiffstats
path: root/rules/memcached.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-01-18 16:35:46 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-01-18 16:35:46 +0100
commit3b04073e54d60ca2b0a32c6b4b4d8310950e6511 (patch)
treeae5c27db2c7fea687e8f06cd414f95d507e6d66a /rules/memcached.in
parent4f46ac8281c63e5a5a4345379428c044a6d7f086 (diff)
downloadptxdist-3b04073e54d60ca2b0a32c6b4b4d8310950e6511.tar.gz
ptxdist-3b04073e54d60ca2b0a32c6b4b4d8310950e6511.tar.xz
[memcached] add missing dependencies
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/memcached.in')
-rw-r--r--rules/memcached.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/memcached.in b/rules/memcached.in
index fba71c65d..164e1e11a 100644
--- a/rules/memcached.in
+++ b/rules/memcached.in
@@ -2,8 +2,9 @@
config MEMCACHED
tristate
- select LIBEVENT
prompt "memcached"
+ select LIBC_PTHREAD
+ select LIBEVENT
help
Memcached is an in-memory key-value store for small chunks of
arbitrary data (strings, objects) from results of database calls,