projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38b630c
)
Fix for nanosleep missing on Solaris
author
Yves Mettier
<ymettier@free.fr>
Wed, 21 Nov 2012 10:40:42 +0000
(11:40 +0100)
committer
Florian Forster
<octo@collectd.org>
Fri, 30 Nov 2012 06:20:39 +0000
(07:20 +0100)
Signed-off-by: Florian Forster <octo@collectd.org>
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
d82cd89
..
73e2df3
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-119,6
+119,9
@@
collectd_tg_LDADD =
if BUILD_WITH_LIBSOCKET
collectd_tg_LDADD += -lsocket
endif
+if BUILD_WITH_LIBRT
+collectd_tg_LDADD += -lrt
+endif
if BUILD_AIX
collectd_tg_LDADD += -lm
endif