From: Jo-Philipp Wich Date: Tue, 12 Jun 2012 23:47:34 +0000 (+0000) Subject: [packages] protobuf: depends on libpthread and libstdcpp X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=58a9c15d3c2a63406dbd7d92af6aef1f6719ff3b [packages] protobuf: depends on libpthread and libstdcpp SVN-Revision: 32281 --- diff --git a/libs/protobuf/Makefile b/libs/protobuf/Makefile index 6436aba6da..f82027b89e 100644 --- a/libs/protobuf/Makefile +++ b/libs/protobuf/Makefile @@ -27,7 +27,7 @@ define Package/protobuf CATEGORY:=Libraries TITLE:=A structured data encoding library URL:=http://code.google.com/p/protobuf/ - DEPENDS:=+zlib + DEPENDS:=+zlib +libpthread +libstdcpp MAINTAINER:=Obinou endef