MFH: r481690 r481691
- fix OpenSSL 1.1.x build PR: 232131 Submitted by: Nathan - fix OpenSSL 1.1.x build PR: 232131 Submitted by: Nathan
This commit is contained in:
parent
29f6c423cf
commit
dcd191d50b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q4/; revision=482647
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= fdm
|
||||
PORTVERSION= 1.9
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
|
11
mail/fdm/files/patch-configure.ac
Normal file
11
mail/fdm/files/patch-configure.ac
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user