Code

email plugin: stop linking with libpthread
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 3 Jun 2016 15:48:19 +0000 (17:48 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 3 Jun 2016 15:48:19 +0000 (17:48 +0200)
The collectd daemon already links with it.

src/Makefile.am

index f701944f37ec34f5d292779681687163c51fbf85..8efc6e79f456e904f4020bae568e2756da438581 100644 (file)
@@ -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