From: Marc Fournier Date: Tue, 14 Apr 2015 07:17:27 +0000 (+0200) Subject: Merge branch 'collectd-4.10' into collectd-5.3 X-Git-Tag: collectd-5.5.0~12^2~6^2 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=82e27678f8972d2625b466e7e7ba9daaa6395c98;hp=8df7333d670cf2a8da8716a2411844f6fc553fa9 Merge branch 'collectd-4.10' into collectd-5.3 --- diff --git a/src/Makefile.am b/src/Makefile.am index 1eb5d70f..c24e7380 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -796,7 +796,7 @@ if BUILD_PLUGIN_NOTIFY_EMAIL pkglib_LTLIBRARIES += notify_email.la notify_email_la_SOURCES = notify_email.c notify_email_la_LDFLAGS = -module -avoid-version -notify_email_la_LIBADD = -lesmtp -lssl -lcrypto -lpthread -ldl +notify_email_la_LIBADD = -lesmtp -lssl -lcrypto -lpthread collectd_LDADD += "-dlopen" notify_email.la collectd_DEPENDENCIES += notify_email.la endif