boost: add missing dependencies
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 20:33:33 +0000 (20:33 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 20:33:33 +0000 (20:33 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32202 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/boost/Makefile

index 349fdc0..c246039 100644 (file)
@@ -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 <mirko@openwrt.org>
 endef