[packages] haveged: Add missing libpthread dependency

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34047 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cshore 2012-10-31 21:21:53 +00:00
parent 5f33828945
commit d257348266

View File

@ -27,7 +27,7 @@ define Package/haveged
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
TITLE:=Feeds the kernel entropy pool by timing CPU loops. TITLE:=Feeds the kernel entropy pool by timing CPU loops.
DEPENDS:=+librt DEPENDS:=+librt +libpthread
URL:=http://www.issihosts.com/haveged/ URL:=http://www.issihosts.com/haveged/
endef endef