From e15b0e362b4c68e22883c8881126a1f0f9df1c22 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Wed, 24 Oct 2018 07:00:58 +0000 Subject: Fix openssl111 build and build under current and stable/12. MFH: 2018Q4 --- sysutils/nut/files/patch-m4_nut__check__libopenssl.m4 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sysutils/nut/files/patch-m4_nut__check__libopenssl.m4 (limited to 'sysutils/nut/files/patch-m4_nut__check__libopenssl.m4') diff --git a/sysutils/nut/files/patch-m4_nut__check__libopenssl.m4 b/sysutils/nut/files/patch-m4_nut__check__libopenssl.m4 new file mode 100644 index 000000000000..7b792c672e0e --- /dev/null +++ b/sysutils/nut/files/patch-m4_nut__check__libopenssl.m4 @@ -0,0 +1,10 @@ +--- m4/nut_check_libopenssl.m4.orig 2015-12-29 00:42:34.000000000 -0800 ++++ m4/nut_check_libopenssl.m4 2018-10-23 12:32:09.902960000 -0700 +@@ -58,7 +58,6 @@ + + dnl check if openssl is usable + AC_CHECK_HEADERS(openssl/ssl.h, [nut_have_openssl=yes], [nut_have_openssl=no], [AC_INCLUDES_DEFAULT]) +- AC_CHECK_FUNCS(SSL_library_init, [], [nut_have_openssl=no]) + + if test "${nut_have_openssl}" = "yes"; then + nut_with_ssl="yes" -- cgit v1.2.3