diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2018-10-10 06:09:47 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2018-10-10 06:09:47 +0000 |
commit | 47266f8906317791599c092d045ce1d5ffa4f595 (patch) | |
tree | 5f8842ac0bc0b74a544224422bfa9a7f8b3d0c32 /mail/fdm | |
parent | Update to 1.2.0. (diff) |
- fix OpenSSL 1.1.x build
PR: 232131
Submitted by: Nathan
Notes
Notes:
svn path=/head/; revision=481690
Diffstat (limited to 'mail/fdm')
-rw-r--r-- | mail/fdm/files/patch-configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/fdm/files/patch-configure.ac b/mail/fdm/files/patch-configure.ac new file mode 100644 index 000000000000..88aae8012f63 --- /dev/null +++ b/mail/fdm/files/patch-configure.ac @@ -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 |