From a148dc783ade72fb93f1d5021a99de176ebd7502 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 30 May 2020 10:13:09 +0100 Subject: [PATCH] sys-boot/elilo: respect user's OBJCOPY Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich --- sys-boot/elilo/elilo-3.16-r3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-boot/elilo/elilo-3.16-r3.ebuild b/sys-boot/elilo/elilo-3.16-r3.ebuild index de13af20f9a2..e9dc2ce50c70 100644 --- a/sys-boot/elilo/elilo-3.16-r3.ebuild +++ b/sys-boot/elilo/elilo-3.16-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -66,6 +66,7 @@ src_compile() { AS="$(tc-getAS)" \ CC="$(tc-getCC)" \ LD="$(tc-getLD)" \ + OBJCOPY="$(tc-getOBJCOPY)" \ HOSTARCH=${iarch} \ ARCH=${iarch} \ EFIINC="${SYSROOT}${EPREFIX}/usr/include/efi" \ -- 2.26.2