From fbe54eeb3b49708adce7d152bfeeab87f6c047fa Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 11 Jun 2012 23:30:36 +0000 Subject: [PATCH] poco: add missing dependencies SVN-Revision: 32242 --- libs/poco/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/poco/Makefile b/libs/poco/Makefile index c681852bc3..2b75e1f5d8 100644 --- 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 -- 2.30.2