From: jow Date: Tue, 12 Jun 2012 23:47:34 +0000 (+0000) Subject: [packages] protobuf: depends on libpthread and libstdcpp X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=015441a3743d953ffa95b20e2713d1aa84a81b88;p=packages.git [packages] protobuf: depends on libpthread and libstdcpp git-svn-id: svn://svn.openwrt.org/openwrt/packages@32281 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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