commit: 7362619818603b13def2af182bbc06ce1cd16a95 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sun Dec 10 23:34:37 2017 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sun Dec 10 23:34:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73626198
sys-apps/fwupdate: Fix CC Package-Manager: Portage-2.3.17, Repoman-2.3.6 sys-apps/fwupdate/fwupdate-9.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-apps/fwupdate/fwupdate-9.ebuild b/sys-apps/fwupdate/fwupdate-9.ebuild index 0a68fa746ce..74e9ccfa61b 100644 --- a/sys-apps/fwupdate/fwupdate-9.ebuild +++ b/sys-apps/fwupdate/fwupdate-9.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit mount-boot +inherit mount-boot toolchain-funcs DESCRIPTION="Tools for using the ESRT and UpdateCapsule() to apply firmware updates" HOMEPAGE="https://github.com/rhinstaller/fwupdate" @@ -30,6 +30,7 @@ PATCHES=( do_make() { emake \ + CC="$(tc-getCC)" \ EFIDIR="gentoo" \ GNUEFIDIR="/usr/$(get_libdir)" \ "${@}"
