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:
3723253
)
seeks: depends on libstdcpp and libevent2, not libevent
author
Jo-Philipp Wich
<
[email protected]
>
Wed, 13 Jun 2012 00:22:19 +0000
(
00:22
+0000)
committer
Jo-Philipp Wich
<
[email protected]
>
Wed, 13 Jun 2012 00:22:19 +0000
(
00:22
+0000)
SVN-Revision: 32313
net/seeks/Makefile
patch
|
blob
|
history
diff --git
a/net/seeks/Makefile
b/net/seeks/Makefile
index becf6da829157368178e9f4df6f47d6e6320a7f8..b676648afdd36ecf01b797e99bd3aa5143c867e6 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 <
[email protected]
>
endef