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 AC4DC13835A for ; Sun, 14 Jun 2020 16:08:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D19A8E0951; Sun, 14 Jun 2020 16:08:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B7E5AE0951 for ; Sun, 14 Jun 2020 16:08:23 +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 A04E634E86E for ; Sun, 14 Jun 2020 16:08:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9563B297 for ; Sun, 14 Jun 2020 16:08:19 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1592150868.4b8f642d18473e970fd32b107ba024137c5b7fe8.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgcrypt/libgcrypt-1.8.5.ebuild X-VCS-Directories: dev-libs/libgcrypt/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 4b8f642d18473e970fd32b107ba024137c5b7fe8 X-VCS-Branch: master Date: Sun, 14 Jun 2020 16:08:19 +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: f2cd95fc-a333-4208-aff8-6ff11ee39738 X-Archives-Hash: a31ac1bc1c67358d5587379a4deefcc8 commit: 4b8f642d18473e970fd32b107ba024137c5b7fe8 Author: Manoj Gupta google com> AuthorDate: Tue Jun 9 21:14:37 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Jun 14 16:07:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8f642d dev-libs/libgcrypt: 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> Signed-off-by: Mike Gilbert gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/16151 dev-libs/libgcrypt/libgcrypt-1.8.5.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.5.ebuild b/dev-libs/libgcrypt/libgcrypt-1.8.5.ebuild index 025edcfa6b0..5fbc1de8764 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.8.5.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.8.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools flag-o-matic multilib-minimal +inherit autotools flag-o-matic multilib-minimal toolchain-funcs DESCRIPTION="General purpose crypto library based on the code used in GnuPG" HOMEPAGE="http://www.gnupg.org/" @@ -40,6 +40,7 @@ multilib_src_configure() { append-cflags -Wa,--divide fi local myeconfargs=( + CC_FOR_BUILD=$(tc-getBUILD_CC) --enable-noexecstack $(use_enable o-flag-munging O-flag-munging) $(use_enable static-libs static)