From b61b05781ba0e07133f42007d1ab740617f0b153 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Fri, 3 Jun 2016 18:01:14 +0200 Subject: [PATCH] unixsock plugin: stop linking with libpthread The collectd daemon already links with it. --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2