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 0729D1382C5 for ; Wed, 21 Mar 2018 07:49:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4FDEE0896; Wed, 21 Mar 2018 07:49:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B8FDAE0896 for ; Wed, 21 Mar 2018 07:49:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8085D335C0A for ; Wed, 21 Mar 2018 07:49:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E5FB240 for ; Wed, 21 Mar 2018 07:49:00 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1521618512.3435891c71a7437cf05f1b6efa77cc09c08e209f.polynomial-c@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: dev-libs/nss/ X-VCS-Repository: proj/mozilla X-VCS-Files: dev-libs/nss/nss-3.36.ebuild X-VCS-Directories: dev-libs/nss/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 3435891c71a7437cf05f1b6efa77cc09c08e209f X-VCS-Branch: master Date: Wed, 21 Mar 2018 07:49:00 +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-Archives-Salt: d0391159-9228-4812-b80e-37a3ef35a341 X-Archives-Hash: 109fc64548fe3a46ef5f2767b42a7ef4 commit: 3435891c71a7437cf05f1b6efa77cc09c08e209f Author: Lars Wendler gentoo org> AuthorDate: Wed Mar 21 07:48:32 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Mar 21 07:48:32 2018 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=3435891c dev-libs/nss: Fixed build with clang. Thanks-to: Wil Reichert gmail.com> Bug: https://bugs.gentoo.org/651044 Package-Manager: Portage-2.3.24, Repoman-2.3.6 Manifest-Sign-Key: 0x498FE765960E9B39 dev-libs/nss/nss-3.36.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/nss/nss-3.36.ebuild b/dev-libs/nss/nss-3.36.ebuild index e98eac8..3a343d2 100644 --- a/dev-libs/nss/nss-3.36.ebuild +++ b/dev-libs/nss/nss-3.36.ebuild @@ -154,6 +154,7 @@ multilib_src_compile() { local makeargs=( CC="$(tc-getCC)" + CCC="$(tc-getCXX)" AR="$(tc-getAR) rc \$@" RANLIB="$(tc-getRANLIB)" OPTIMIZER=