From 51ee7c5c55e8463d74787a71fb338da47aa649e3 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 11 Jun 2012 20:33:33 +0000 Subject: [PATCH] boost: add missing dependencies SVN-Revision: 32202 --- libs/boost/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2