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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B76DA158089 for ; Wed, 6 Sep 2023 08:02:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AB0E2BC019; Wed, 6 Sep 2023 08:02:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B95B2BC01F for ; Wed, 6 Sep 2023 08:02:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 126F1335C87 for ; Wed, 6 Sep 2023 08:02:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FAED1120 for ; Wed, 6 Sep 2023 08:02:04 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1693987315.31a84c73e7c9b2a77d968c2506ae333aed367414.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/gnu-efi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/gnu-efi/gnu-efi-3.0.17.ebuild X-VCS-Directories: sys-boot/gnu-efi/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 31a84c73e7c9b2a77d968c2506ae333aed367414 X-VCS-Branch: master Date: Wed, 6 Sep 2023 08:02:04 +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: ce110ec5-4405-4a0e-b24e-fec26e7a86fd X-Archives-Hash: ae6261bbeb2fa2a81db3c7f203155b93 commit: 31a84c73e7c9b2a77d968c2506ae333aed367414 Author: David Seifert gentoo org> AuthorDate: Wed Sep 6 08:01:55 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Sep 6 08:01:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a84c73 sys-boot/gnu-efi: pass OBJCOPY to build system Closes: https://bugs.gentoo.org/913704 Signed-off-by: David Seifert gentoo.org> sys-boot/gnu-efi/gnu-efi-3.0.17.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-boot/gnu-efi/gnu-efi-3.0.17.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0.17.ebuild index d54bc7166089..9643ef3a8bc7 100644 --- a/sys-boot/gnu-efi/gnu-efi-3.0.17.ebuild +++ b/sys-boot/gnu-efi/gnu-efi-3.0.17.ebuild @@ -54,6 +54,7 @@ efimake() { AS="${AS}" LD="${LD}" AR="${AR}" + OBJCOPY="${OBJCOPY}" PREFIX="${EPREFIX}/usr" LIBDIR='$(PREFIX)'/$(get_libdir) ) @@ -61,7 +62,7 @@ efimake() { } src_compile() { - tc-export BUILD_CC AR AS CC LD + tc-export BUILD_CC AR AS CC LD OBJCOPY if ! use custom-cflags; then unset CFLAGS CPPFLAGS LDFLAGS