boost: add missing dependencies
authorFelix Fietkau <nbd@openwrt.org>
Mon, 11 Jun 2012 20:33:33 +0000 (20:33 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 11 Jun 2012 20:33:33 +0000 (20:33 +0000)
SVN-Revision: 32202

libs/boost/Makefile

index 349fdc0b418f59b7aac2153856a8767312dcb008..c2460391742283ff671097f170973fcf8372420b 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