pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

zabbix50-proxy: Add patch



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Tue Aug 18 15:23:39 2020 +0000
Changeset:	fec7d296ecdf06254b8ac9d0e60e67233c542f91

Added Files:
	zabbix50-proxy/patches/patch-configure

Log Message:
zabbix50-proxy: Add patch

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fec7d296ecdf06254b8ac9d0e60e67233c542f91

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 zabbix50-proxy/patches/patch-configure | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diffs:
diff --git a/zabbix50-proxy/patches/patch-configure b/zabbix50-proxy/patches/patch-configure
new file mode 100644
index 0000000000..4573979279
--- /dev/null
+++ b/zabbix50-proxy/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Fix bash-ism.
+
+--- configure.orig	2020-07-13 07:56:36.000000000 +0000
++++ configure
+@@ -8494,7 +8494,7 @@ fi
+ rm -f core conftest.err conftest.$ac_objext \
+     conftest$ac_exeext conftest.$ac_ext
+ 
+-            if test "$found_mysql_tls" == "yes"; then
++            if test "$found_mysql_tls" = "yes"; then
+ 
+ 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for TLS ciphersuites in MySQL library" >&5
+ $as_echo_n "checking for TLS ciphersuites in MySQL library... " >&6; }


Home | Main Index | Thread Index | Old Index