From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AB93413835A for ; Mon, 7 Dec 2020 19:22:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F219BE09FA; Mon, 7 Dec 2020 19:22:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DDC15E09FA for ; Mon, 7 Dec 2020 19:22:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FB91340E1C for ; Mon, 7 Dec 2020 19:22:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D51DF474 for ; Mon, 7 Dec 2020 19:22:07 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1607368924.3cb0aa68ec8614f38545961a55a30d59b9d5d572.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/mbedtls/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/mbedtls/mbedtls-2.24.0.ebuild X-VCS-Directories: net-libs/mbedtls/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 3cb0aa68ec8614f38545961a55a30d59b9d5d572 X-VCS-Branch: master Date: Mon, 7 Dec 2020 19:22:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 426e8f19-aef8-44cb-b37d-3737e36ae98d X-Archives-Hash: 48df3024ba19ccc48404c7fb9c70a1f5 commit: 3cb0aa68ec8614f38545961a55a30d59b9d5d572 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Dec 7 19:20:41 2020 +0000 Commit: Sergei Trofimovich gentoo 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 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