From: Ruben Kerkhof Date: Fri, 3 Jun 2016 16:01:14 +0000 (+0200) Subject: unixsock plugin: stop linking with libpthread X-Git-Tag: collectd-5.6.0~251^2~4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b61b05781ba0e07133f42007d1ab740617f0b153;p=collectd.git unixsock plugin: stop linking with libpthread The collectd daemon already links with it. --- diff --git a/src/Makefile.am b/src/Makefile.am index d7371e02..ec562d86 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1119,7 +1119,6 @@ unixsock_la_SOURCES = unixsock.c \ utils_cmd_putnotif.h utils_cmd_putnotif.c \ utils_parse_option.h utils_parse_option.c unixsock_la_LDFLAGS = $(PLUGIN_LDFLAGS) -unixsock_la_LIBADD = $(PTHREAD_LIBS) endif if BUILD_PLUGIN_UPTIME