projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4b4184
)
exec plugin: stop linking with libpthread
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 3 Jun 2016 15:48:47 +0000
(17:48 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 3 Jun 2016 15:48:47 +0000
(17:48 +0200)
The collectd daemon already links with it.
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
8efc6e7
..
1a66679
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-371,7
+371,6
@@
exec_la_SOURCES = exec.c \
utils_cmd_putval.c utils_cmd_putval.h \
utils_parse_option.h utils_parse_option.c
exec_la_LDFLAGS = $(PLUGIN_LDFLAGS)
-exec_la_LIBADD = $(PTHREAD_LIBS)
endif
if BUILD_PLUGIN_ETHSTAT