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 B3DAD1382C5 for ; Sat, 13 Jun 2020 09:31:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC564E0E0E; Sat, 13 Jun 2020 09:31:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D6F25E0E0E for ; Sat, 13 Jun 2020 09:31:24 +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 AA61334F080 for ; Sat, 13 Jun 2020 09:31:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52EB9242 for ; Sat, 13 Jun 2020 09:31:22 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1592040679.fae32c23a5ad9e2d2ff0bee702a4dca3af4bf1a9.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/pam/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/pam/pam-1.4.0.ebuild X-VCS-Directories: sys-libs/pam/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: fae32c23a5ad9e2d2ff0bee702a4dca3af4bf1a9 X-VCS-Branch: master Date: Sat, 13 Jun 2020 09:31:22 +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: 47ca6172-15ed-4ae8-a6d1-866e11a41f76 X-Archives-Hash: e221f507592660c9601b52982fef3f7a commit: fae32c23a5ad9e2d2ff0bee702a4dca3af4bf1a9 Author: Manoj Gupta google com> AuthorDate: Tue Jun 9 21:26:17 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Jun 13 09:31:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae32c23 sys-libs/pam: Respect portage host cc variable Pass CC_FOR_BUILD to configure. Otherwise it invokes gcc instead of portage specified HOST/BUILD CC. Signed-off-by: Manoj Gupta google.com> Closes: https://github.com/gentoo/gentoo/pull/16154 Signed-off-by: Mikle Kolyada gentoo.org> sys-libs/pam/pam-1.4.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-libs/pam/pam-1.4.0.ebuild b/sys-libs/pam/pam-1.4.0.ebuild index 3583a5ca60a..78c55d58a02 100644 --- a/sys-libs/pam/pam-1.4.0.ebuild +++ b/sys-libs/pam/pam-1.4.0.ebuild @@ -53,6 +53,7 @@ multilib_src_configure() { export ac_cv_header_xcrypt_h=no local myconf=( + CC_FOR_BUILD="$(tc-getBUILD_CC)" --with-db-uniquename=-$(db_findver sys-libs/db) --with-xml-catalog="${EPREFIX}"/etc/xml/catalog --enable-securedir="${EPREFIX}"/$(get_libdir)/security