projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93c5868
)
add missing dependency (thx, fish)
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 20 Apr 2008 20:59:19 +0000
(20:59 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 20 Apr 2008 20:59:19 +0000
(20:59 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10893
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
utils/collectd/Makefile
patch
|
blob
|
history
diff --git
a/utils/collectd/Makefile
b/utils/collectd/Makefile
index
c50c267
..
5ed3bea
100644
(file)
--- a/
utils/collectd/Makefile
+++ b/
utils/collectd/Makefile
@@
-24,7
+24,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/collectd
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS=+libgcc
+ DEPENDS=+libgcc
+libpthread
TITLE:=Lightweight system statistics collection daemon
URL:=http://verplant.org/collectd/
endef