Date: Wed, 10 Oct 2018 06:09:47 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481690 - head/mail/fdm/files Message-ID: <201810100609.w9A69lSL004680@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Wed Oct 10 06:09:47 2018 New Revision: 481690 URL: https://svnweb.freebsd.org/changeset/ports/481690 Log: - fix OpenSSL 1.1.x build PR: 232131 Submitted by: Nathan Added: head/mail/fdm/files/ head/mail/fdm/files/patch-configure.ac (contents, props changed) Added: head/mail/fdm/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/fdm/files/patch-configure.ac Wed Oct 10 06:09:47 2018 (r481690) @@ -0,0 +1,11 @@ +--- configure.ac.orig 2018-10-09 21:50:40 UTC ++++ configure.ac +@@ -83,7 +83,7 @@ if test "x$found_libcrypto" = xno; then + AC_MSG_ERROR("libcrypto not found") + fi + AC_SEARCH_LIBS( +- SSL_library_init, ++ SSL_CTX_new, + [ssl], + found_libssl=yes, + found_libssl=no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810100609.w9A69lSL004680>