From: Felix Fietkau Date: Mon, 11 Jun 2012 23:30:36 +0000 (+0000) Subject: poco: add missing dependencies X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ec20ff3b20868394ef94b0a3064f3f6e593e2457;p=openwrt%2Fsvn-archive%2Fpackages.git poco: add missing dependencies SVN-Revision: 32242 --- 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