From a4b4184ec534764dea0d1a2704199c42df66c251 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Fri, 3 Jun 2016 17:48:19 +0200 Subject: [PATCH] email 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 f701944f..8efc6e79 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -356,7 +356,6 @@ if BUILD_PLUGIN_EMAIL pkglib_LTLIBRARIES += email.la email_la_SOURCES = email.c email_la_LDFLAGS = $(PLUGIN_LDFLAGS) -email_la_LIBADD = $(PTHREAD_LIBS) endif if BUILD_PLUGIN_ENTROPY -- 2.11.0