[packages] haveged: Add missing libpthread dependency
authorDaniel Dickinson <crazycshore@gmail.com>
Wed, 31 Oct 2012 21:21:53 +0000 (21:21 +0000)
committerDaniel Dickinson <crazycshore@gmail.com>
Wed, 31 Oct 2012 21:21:53 +0000 (21:21 +0000)
SVN-Revision: 34047

utils/haveged/Makefile

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