Created attachment 552704 [details] build.log When dev-libs/openssl-1.1.1 is installed, opendkim's emerge fails with: checking for openssl/ssl.h... yes checking for library containing ERR_peek_error... none required checking for library containing SSL_library_init... no configure: error: Cannot build shared opendkim against static openssl libraries. Configure with --disable-shared to get this working or obtain a shared libssl library for opendkim to use.
FreeBSD has a patch fixing this issue: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223568
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb8b6bb78adfa6f50f37a09b7fa8b16c5fd85471 commit bb8b6bb78adfa6f50f37a09b7fa8b16c5fd85471 Author: Craig Andrews <candrews@gentoo.org> AuthorDate: 2018-10-24 20:57:27 +0000 Commit: Craig Andrews <candrews@gentoo.org> CommitDate: 2018-10-25 13:39:26 +0000 mail-filter/opendkim: Fix building with OpenSSL 1.1.1 Closes: https://bugs.gentoo.org/669512 Signed-off-by: Craig Andrews <candrews@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 .../files/opendkim-2.10.3-openssl-1.1.1.patch | 170 +++++++++++++++++ mail-filter/opendkim/opendkim-2.10.3-r4.ebuild | 205 +++++++++++++++++++++ 2 files changed, 375 insertions(+)