boost: add missing dependencies

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32202 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-06-11 20:33:33 +00:00
parent b95bcb663d
commit 67ba084ce2

View 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