From 37c4b71bf8176f042d98b9be2c9e2e5a4cddc7d5 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 15 Jan 2016 16:04:16 +0000 Subject: Fix build and runtime with openssl with SSLv3 disabled. While there, rename patches. PR: 206263 Submitted by: chris chrullrich net Sponsored by: Absolight --- net-mgmt/nagios-plugins/files/patch-plugins_check__pgsql.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net-mgmt/nagios-plugins/files/patch-plugins_check__pgsql.c (limited to 'net-mgmt/nagios-plugins/files/patch-plugins_check__pgsql.c') 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 + #include + -- cgit v1.2.3