From: Marc Fournier Date: Sat, 28 Jan 2017 10:47:38 +0000 (+0100) Subject: notify_email: don't explicitly link against libssl and libcrypto X-Git-Tag: collectd-5.7.2~18^2 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=33c0e7174035b80b32c025be10a056a590dada7a notify_email: don't explicitly link against libssl and libcrypto libesmtp takes care of this. Pointed out by https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852924 --- diff --git a/src/Makefile.am b/src/Makefile.am index eb55de30..f8dc2837 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -787,7 +787,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 = -lesmtp -lssl -lcrypto +notify_email_la_LIBADD = -lesmtp endif if BUILD_PLUGIN_NOTIFY_NAGIOS