commit:     3cb0aa68ec8614f38545961a55a30d59b9d5d572
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  7 19:20:41 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Dec  7 19:22:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb0aa68

net-libs/mbedtls: avoid blanket -Werror

Reoprted-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/758941
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-libs/mbedtls/mbedtls-2.24.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-libs/mbedtls/mbedtls-2.24.0.ebuild 
b/net-libs/mbedtls/mbedtls-2.24.0.ebuild
index d8a0317d15f..c7e0dce9105 100644
--- a/net-libs/mbedtls/mbedtls-2.24.0.ebuild
+++ b/net-libs/mbedtls/mbedtls-2.24.0.ebuild
@@ -53,6 +53,7 @@ multilib_src_configure() {
                -DUSE_SHARED_MBEDTLS_LIBRARY=ON
                -DINSTALL_MBEDTLS_HEADERS=ON
                -DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)"
+               -DMBEDTLS_FATAL_WARNINGS=OFF # Don't use -Werror, #744946
        )
 
        cmake_src_configure

Reply via email to