From: Sergei Trofimovich Date: Sat, 30 May 2020 09:13:09 +0000 (+0100) Subject: sys-boot/elilo: respect user's OBJCOPY X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a148dc783ade72fb93f1d5021a99de176ebd7502;p=gentoo.git sys-boot/elilo: respect user's OBJCOPY Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich --- 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" \