projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
079dc0b
)
poco: add missing dependencies
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 11 Jun 2012 23:30:36 +0000
(23:30 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 11 Jun 2012 23:30:36 +0000
(23:30 +0000)
SVN-Revision: 32242
libs/poco/Makefile
patch
|
blob
|
history
diff --git
a/libs/poco/Makefile
b/libs/poco/Makefile
index c681852bc3f5eba484a55df988db6cc4dd06e972..2b75e1f5d8c804b6ddfe3c4f743ceef1074c003c 100644
(file)
--- a/
libs/poco/Makefile
+++ b/
libs/poco/Makefile
@@
-25,7
+25,7
@@
define Package/poco
CATEGORY:=Libraries
TITLE:=Poco C++ libraries
URL:=http://www.pocoproject.org/
- DEPENDS:=+libstdcpp
+ DEPENDS:=+libstdcpp
+libpthread +librt
endef
define Package/poco/description