From 33c0e7174035b80b32c025be10a056a590dada7a Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Sat, 28 Jan 2017 11:47:38 +0100 Subject: [PATCH] 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 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0