projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dc14af
)
[packages] seeks: depends on libstdcpp and libevent2, not libevent
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 13 Jun 2012 00:22:19 +0000
(
00:22
+0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 13 Jun 2012 00:22:19 +0000
(
00:22
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32313
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/seeks/Makefile
patch
|
blob
|
history
diff --git
a/net/seeks/Makefile
b/net/seeks/Makefile
index
becf6da
..
b676648
100644
(file)
--- a/
net/seeks/Makefile
+++ b/
net/seeks/Makefile
@@
-27,7
+27,7
@@
define Package/seeks
CATEGORY:=Network
TITLE:=An open P2P design for websearch
URL:=http://www.seeks-project.info/site/
- DEPENDS:=+libpthread +libevent +libcurl +libpcre +libxml2 $(ICONV_DEPENDS) +zlib +protobuf +tokyocabinet
+ DEPENDS:=+libpthread +libevent
2 +libstdcpp
+libcurl +libpcre +libxml2 $(ICONV_DEPENDS) +zlib +protobuf +tokyocabinet
MAINTAINER:=Obinou <obconseil@gmail.com>
endef