summaryrefslogtreecommitdiff
path: root/net-mgmt/collectd5/files/patch-src__Makefile.am
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-01-13 22:18:07 +0000
committerSteve Wills <swills@FreeBSD.org>2013-01-13 22:18:07 +0000
commitae655e5d4af7e69d3921ce2ea5ee85460e18191f (patch)
tree1771dac0febe4c4e3c87b87bc9722067f1c8ab0f /net-mgmt/collectd5/files/patch-src__Makefile.am
parent- Allow not selecting INPUT/OUTPUT so RRDTOOL is not required (diff)
- Add additional plugins - ipmi, table, notify_email, varnish [1]
- Allow not selecting INPUT/OUTPUT so RRDTOOL is not required [2] PR: ports/174953 [1] PR: ports/174903 [2] Submitted by: Eric Freeman <freebsdports@chillibear.com> [1] Submitted by: bdrewery [2] Approved by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
Notes
Notes: svn path=/head/; revision=310343
Diffstat (limited to 'net-mgmt/collectd5/files/patch-src__Makefile.am')
-rw-r--r--net-mgmt/collectd5/files/patch-src__Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/net-mgmt/collectd5/files/patch-src__Makefile.am b/net-mgmt/collectd5/files/patch-src__Makefile.am
index db1f43092fdd..f9241d5f42b5 100644
--- a/net-mgmt/collectd5/files/patch-src__Makefile.am
+++ b/net-mgmt/collectd5/files/patch-src__Makefile.am
@@ -45,6 +45,15 @@
endif
if BUILD_WITH_LIBDEVINFO
memory_la_LIBADD += -ldevinfo
+@@ -763,7 +763,7 @@
+ 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
@@ -1021,7 +1021,7 @@
collectd_LDADD += "-dlopen" swap.la
collectd_DEPENDENCIES += swap.la