From: Ruben Kerkhof Date: Fri, 3 Jun 2016 15:48:47 +0000 (+0200) Subject: exec plugin: stop linking with libpthread X-Git-Tag: collectd-5.6.0~251^2~11 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=8f7373bf96b03106fc6b9e887df4464fb0d5fa4c;p=collectd.git exec plugin: stop linking with libpthread The collectd daemon already links with it. --- diff --git a/src/Makefile.am b/src/Makefile.am index 8efc6e79..1a666795 100644 --- 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