diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-05-09 17:53:39 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-05-09 17:53:39 +0000 |
commit | 88c5e8e9d24540e6494787e144b7ee9a6751b28c (patch) | |
tree | b2afe23e1e3cc560ee9f8ee965611f389fc05bf8 /net-mgmt/monitoring-plugins/files/patch-plugins__Makefile.am | |
parent | Fix the behavior of sys_lgetxattr() so that it mimics that of Linux where a (diff) |
Add monitoring-plugins, a fork of nagios-plugins.
For now, use a snapshot from github until they release 1.6.
Sponsored by: Absolight
Diffstat (limited to 'net-mgmt/monitoring-plugins/files/patch-plugins__Makefile.am')
-rw-r--r-- | net-mgmt/monitoring-plugins/files/patch-plugins__Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/monitoring-plugins/files/patch-plugins__Makefile.am b/net-mgmt/monitoring-plugins/files/patch-plugins__Makefile.am new file mode 100644 index 000000000000..969382b9cbaf --- /dev/null +++ b/net-mgmt/monitoring-plugins/files/patch-plugins__Makefile.am @@ -0,0 +1,11 @@ +--- ./plugins/Makefile.am.orig 2014-04-27 19:59:06.000000000 +0200 ++++ ./plugins/Makefile.am 2014-05-09 18:45:30.000000000 +0200 +@@ -14,7 +14,7 @@ + VPATH = $(top_srcdir) $(top_srcdir)/lib $(top_srcdir)/plugins $(top_srcdir)/plugins/t + + AM_CPPFLAGS = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_srcdir)/intl \ +- @LDAPINCLUDE@ @PGINCLUDE@ @SSLINCLUDE@ ++ @LDAPINCLUDE@ @PGINCLUDE@ @SSLINCLUDE@ @RADIUSINCLUDE@ + + localedir = $(datadir)/locale + # gettext docs say to use AM_CPPFLAGS, but per module_CPPFLAGS override this |