Created attachment 633040 [details] ebuild containing 'sed' command /var/tmp/portage/net-libs/mbedtls-2.20.0/work/mbedtls-mbedtls-2.20.0/library/ssl_tls.c:1883:9: error: 'session' undeclared (first use in this function) 1883 | if( session->compression == MBEDTLS_SSL_COMPRESS_DEFLATE && The following fix (ebuild attached) lets this package build successfully s/session->compression/ssl->session->compression/
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae67063cedfaf8bac41aaa869550251aebf4b2e commit 7ae67063cedfaf8bac41aaa869550251aebf4b2e Author: Lars Wendler <polynomial-c@gentoo.org> AuthorDate: 2020-04-15 13:37:49 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2020-04-15 13:38:36 +0000 net-libs/mbedtls: Fixed compilation with USE="zlib" (again) Closes: https://bugs.gentoo.org/717540 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> net-libs/mbedtls/mbedtls-2.20.0.ebuild | 1 + 1 file changed, 1 insertion(+)