diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-12-11 00:34:37 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-12-11 00:34:37 +0100 |
commit | 7362619818603b13def2af182bbc06ce1cd16a95 (patch) | |
tree | 3b0403ee995b316b2b17afe2132f71fcaa5a54d9 /sys-apps | |
parent | net-misc/rsync: amd64 stable (diff) | |
download | gentoo-7362619818603b13def2af182bbc06ce1cd16a95.tar.gz gentoo-7362619818603b13def2af182bbc06ce1cd16a95.tar.bz2 gentoo-7362619818603b13def2af182bbc06ce1cd16a95.zip |
sys-apps/fwupdate: Fix CC
Package-Manager: Portage-2.3.17, Repoman-2.3.6
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/fwupdate/fwupdate-9.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/fwupdate/fwupdate-9.ebuild b/sys-apps/fwupdate/fwupdate-9.ebuild index 0a68fa746ce7..74e9ccfa61bc 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)" \ "${@}" |