From 67ba084ce20163b05d2c9a74f37293d5642bde53 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 11 Jun 2012 20:33:33 +0000 Subject: [PATCH] boost: add missing dependencies git-svn-id: svn://svn.openwrt.org/openwrt/packages@32202 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/boost/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/boost/Makefile b/libs/boost/Makefile index 349fdc0b4..c24603917 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