projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f73d279
)
protobuf: depends on libpthread and libstdcpp
author
Jo-Philipp Wich
<
[email protected]
>
Tue, 12 Jun 2012 23:47:34 +0000
(23:47 +0000)
committer
Jo-Philipp Wich
<
[email protected]
>
Tue, 12 Jun 2012 23:47:34 +0000
(23:47 +0000)
SVN-Revision: 32281
libs/protobuf/Makefile
patch
|
blob
|
history
diff --git
a/libs/protobuf/Makefile
b/libs/protobuf/Makefile
index 6436aba6da1d5fafe4c0eaab2c1b600422107290..f82027b89e24404142b8cec841674df68e9cab4b 100644
(file)
--- 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 <
[email protected]
>
endef