From: Felix Fietkau Date: Mon, 11 Jun 2012 20:33:33 +0000 (+0000) Subject: boost: add missing dependencies X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=51ee7c5c55e8463d74787a71fb338da47aa649e3;p=openwrt%2Fsvn-archive%2Farchive.git boost: add missing dependencies SVN-Revision: 32202 --- diff --git a/libs/boost/Makefile b/libs/boost/Makefile index 349fdc0b41..c246039174 100644 --- a/libs/boost/Makefile +++ b/libs/boost/Makefile @@ -46,7 +46,7 @@ define Package/boost/Default CATEGORY:=Libraries TITLE:=Boost C++ source libraries URL:=http://www.boost.org - DEPENDS:=+libstdcpp + DEPENDS:=+libstdcpp +libpthread +librt MAINTAINER:=Mirko Vogt endef