[packages] haveged: Add missing libpthread dependency
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 31 Oct 2012 21:21:53 +0000 (21:21 +0000)
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 31 Oct 2012 21:21:53 +0000 (21:21 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34047 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/haveged/Makefile

index 1f24169..d176f40 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