summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/fwupdate/fwupdate-9.ebuild')
-rw-r--r--sys-apps/fwupdate/fwupdate-9.ebuild3
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)" \
"${@}"