From d86d4c287d5a38c6b6681b5e3af0a38daf9fe25d Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 11 Jun 2012 23:30:36 +0000 Subject: [PATCH] poco: add missing dependencies git-svn-id: svn://svn.openwrt.org/openwrt/packages@32242 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/poco/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/poco/Makefile b/libs/poco/Makefile index c681852bc..2b75e1f5d 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