From: Jo-Philipp Wich Date: Tue, 12 Jun 2012 23:47:34 +0000 (+0000) Subject: protobuf: depends on libpthread and libstdcpp X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7b9ae4e8982dd226602d0e9cdcb8b15a820f0bd4;p=openwrt%2Fsvn-archive%2Fpackages.git protobuf: depends on libpthread and libstdcpp SVN-Revision: 32281 --- diff --git a/libs/protobuf/Makefile b/libs/protobuf/Makefile index 6436aba6d..f82027b89 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