summaryrefslogtreecommitdiff
path: root/sys-boot/efibootmgr/efibootmgr-16.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-22 14:25:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-22 14:25:03 +0100
commit5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (patch)
treeb041acef19bb9ae66c228d5c9d34d1e00aeb2b95 /sys-boot/efibootmgr/efibootmgr-16.ebuild
parent5cfef3c94cd7e82136c69a0322f5ba21f7e64632 (diff)
gentoo resync : 22.04.2018
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)"
+}