summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ba51433)
raw | patch | inline | side by side (parent: ba51433)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 14 Apr 2015 06:35:28 +0000 (08:35 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 14 Apr 2015 07:16:03 +0000 (09:16 +0200) |
This flag seems to have been accidentally added in 451d75bae1 and
prevents building the plugin on platforms which don't have GNU libc.
Conflicts:
src/Makefile.am
prevents building the plugin on platforms which don't have GNU libc.
Conflicts:
src/Makefile.am
src/Makefile.am | patch | blob | history |
diff --git a/src/Makefile.am b/src/Makefile.am
index 40b8293d1e3c44669e7241b7eef3666954de538c..47a9a08a30bf8c1f17b823c09dcadcc3c9febf45 100644 (file)
--- a/src/Makefile.am
+++ b/src/Makefile.am
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