diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-01-15 16:04:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-01-15 16:04:16 +0000 |
commit | 37c4b71bf8176f042d98b9be2c9e2e5a4cddc7d5 (patch) | |
tree | f38459d1086f254a8d3c0a3f0b034b79c04dc80c /net-mgmt/nagios-plugins/files/patch-plugins_check__pgsql.c | |
parent | - Update to 1.6.2 (diff) |
Fix build and runtime with openssl with SSLv3 disabled.
While there, rename patches.
PR: 206263
Submitted by: chris chrullrich net
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=406169
Diffstat (limited to 'net-mgmt/nagios-plugins/files/patch-plugins_check__pgsql.c')
-rw-r--r-- | net-mgmt/nagios-plugins/files/patch-plugins_check__pgsql.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/nagios-plugins/files/patch-plugins_check__pgsql.c b/net-mgmt/nagios-plugins/files/patch-plugins_check__pgsql.c new file mode 100644 index 000000000000..3da67fb48a92 --- /dev/null +++ b/net-mgmt/nagios-plugins/files/patch-plugins_check__pgsql.c @@ -0,0 +1,10 @@ +--- plugins/check_pgsql.c.orig 2015-07-30 21:40:06 UTC ++++ plugins/check_pgsql.c +@@ -36,6 +36,7 @@ const char *email = "devel@nagios-plugin + #include "utils.h" + + #include "netutils.h" ++#include "pg_config_manual.h" + #include <libpq-fe.h> + #include <pg_config_manual.h> + |