Code

unixsock plugin: stop linking with libpthread
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 3 Jun 2016 16:01:14 +0000 (18:01 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 3 Jun 2016 16:01:14 +0000 (18:01 +0200)
The collectd daemon already links with it.

src/Makefile.am

index d7371e0292a9a58d7d12ac50901931c63d5fccc6..ec562d8637b5d9c6f75d3fe6e92bb89c14ae64b0 100644 (file)
@@ -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