From: Ruben Kerkhof Date: Fri, 3 Jun 2016 15:50:35 +0000 (+0200) Subject: notify_email plugin: stop linking with libpthread X-Git-Tag: collectd-5.6.0~251^2~8 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c340bac451a3e917fe81074b2dcb0769197c7145;p=collectd.git notify_email plugin: stop linking with libpthread The collectd daemon already links with it. --- diff --git a/src/Makefile.am b/src/Makefile.am index 81ada028..baae78b7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -726,7 +726,7 @@ if BUILD_PLUGIN_NOTIFY_EMAIL pkglib_LTLIBRARIES += notify_email.la notify_email_la_SOURCES = notify_email.c notify_email_la_LDFLAGS = $(PLUGIN_LDFLAGS) -notify_email_la_LIBADD = $(PTHREAD_LIBS) -lesmtp -lssl -lcrypto +notify_email_la_LIBADD = -lesmtp -lssl -lcrypto endif if BUILD_PLUGIN_NOTIFY_NAGIOS