projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5dcc14
)
memcached: fix dependency against libevent2
author
Florian Fainelli
<florian@openwrt.org>
Mon, 30 Jul 2012 15:40:17 +0000
(15:40 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 30 Jul 2012 15:40:17 +0000
(15:40 +0000)
SVN-Revision: 32917
net/memcached/Makefile
patch
|
blob
|
history
diff --git
a/net/memcached/Makefile
b/net/memcached/Makefile
index 5de7465dd052a285c1d2c6033fe4772d96e50d1a..922e3d166b4340bb7bc34ca7ee27c385ac863800 100644
(file)
--- a/
net/memcached/Makefile
+++ b/
net/memcached/Makefile
@@
-23,7
+23,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/memcached
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+libevent +libpthread
+ DEPENDS:=+libevent
2
+libpthread
TITLE:=The high-performance, distributed memory object caching system
MAINTAINER:=Thomas Heil <heil@terminal-consulting.de>
URL:=http://memcached.org/