zabbix50-proxy: Add patch

This commit is contained in:
Juraj Lutter 2020-08-18 15:23:39 +00:00
parent 27ceda624e
commit fec7d296ec
1 changed files with 15 additions and 0 deletions

View File

@ -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; }