From: Jo-Philipp Wich Date: Wed, 13 Jun 2012 00:22:19 +0000 (+0000) Subject: [packages] seeks: depends on libstdcpp and libevent2, not libevent X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=25cfb66c6f86cae10977fb8be91843c4513d8c3a;p=openwrt%2Fsvn-archive%2Farchive.git [packages] seeks: depends on libstdcpp and libevent2, not libevent SVN-Revision: 32313 --- diff --git a/net/seeks/Makefile b/net/seeks/Makefile index becf6da829..b676648afd 100644 --- 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 +libevent2 +libstdcpp +libcurl +libpcre +libxml2 $(ICONV_DEPENDS) +zlib +protobuf +tokyocabinet MAINTAINER:=Obinou endef