mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
Fix build with MariaDB 10.2.
PR: 223387 Submitted by: brnrd Reported by: fbsd98816551 avksrv org Sponsored by: Absolight
This commit is contained in:
parent
6d9a5c87be
commit
9e70562238
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453621
24
net-mgmt/nagios-plugins/files/patch-plugins_common.h
Normal file
24
net-mgmt/nagios-plugins/files/patch-plugins_common.h
Normal file
@ -0,0 +1,24 @@
|
||||
From 930ede8378245eb6bd31eaf1d9103f027df0f7a0 Mon Sep 17 00:00:00 2001
|
||||
From: Bernard Spil <brnrd@FreeBSD.org>
|
||||
Date: Sun, 5 Nov 2017 10:43:56 +0100
|
||||
Subject: [PATCH] plugins/common.h: Set default MySQL port
|
||||
|
||||
As of MariaDB 10.2 the headers for client no longer set the
|
||||
default MySQL port. Patch fixes this for any version of MariaDB
|
||||
or MySQL into the future.
|
||||
|
||||
See also: https://bugs.freebsd.org/223387
|
||||
--- plugins/common.h.orig 2017-01-19 16:01:31 UTC
|
||||
+++ plugins/common.h
|
||||
@@ -168,6 +168,11 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
+/* MariaDB 10.2 client does not set MYSQL_PORT */
|
||||
+#ifndef MYSQL_PORT
|
||||
+# define MYSQL_PORT 3306
|
||||
+#endif
|
||||
+
|
||||
/*
|
||||
*
|
||||
* Standard Values
|
Loading…
Reference in New Issue
Block a user