From 015441a3743d953ffa95b20e2713d1aa84a81b88 Mon Sep 17 00:00:00 2001 From: jow Date: Tue, 12 Jun 2012 23:47:34 +0000 Subject: [PATCH] [packages] protobuf: depends on libpthread and libstdcpp git-svn-id: svn://svn.openwrt.org/openwrt/packages@32281 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/protobuf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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