projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
662640c
)
[packages] haveged: Add missing libpthread dependency
author
Daniel Dickinson
<crazycshore@gmail.com>
Wed, 31 Oct 2012 21:21:53 +0000
(21:21 +0000)
committer
Daniel Dickinson
<crazycshore@gmail.com>
Wed, 31 Oct 2012 21:21:53 +0000
(21:21 +0000)
SVN-Revision: 34047
utils/haveged/Makefile
patch
|
blob
|
history
diff --git
a/utils/haveged/Makefile
b/utils/haveged/Makefile
index 1f241695546e0afc32d452ab04022d1131939c4e..d176f40c1cf67e3f520c69ad66ac27bb51033a8c 100644
(file)
--- a/
utils/haveged/Makefile
+++ b/
utils/haveged/Makefile
@@
-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