summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/efibootmgr/efibootmgr-16.ebuild')
-rw-r--r--sys-boot/efibootmgr/efibootmgr-16.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-boot/efibootmgr/efibootmgr-16.ebuild b/sys-boot/efibootmgr/efibootmgr-16.ebuild
index fc0c1a239f84..1c2545879ecb 100644
--- a/sys-boot/efibootmgr/efibootmgr-16.ebuild
+++ b/sys-boot/efibootmgr/efibootmgr-16.ebuild
@@ -27,3 +27,7 @@ src_configure() {
tc-export CC
export EFIDIR="Gentoo"
}
+
+src_compile() {
+ emake PKG_CONFIG="$(tc-getPKG_CONFIG)"
+}