commit:     35cba5363289e65fca43c8f34e4d0ef41721200a
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 26 17:51:22 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Mar 26 17:51:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35cba536

sys-boot/grub: export BUILD_PKG_CONFIG

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-boot/grub/grub-2.06_rc1.ebuild | 2 +-
 sys-boot/grub/grub-9999.ebuild     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-boot/grub/grub-2.06_rc1.ebuild 
b/sys-boot/grub/grub-2.06_rc1.ebuild
index 88a1c7ee41f..2df8d2f447c 100644
--- a/sys-boot/grub/grub-2.06_rc1.ebuild
+++ b/sys-boot/grub/grub-2.06_rc1.ebuild
@@ -239,7 +239,7 @@ src_configure() {
        unset LDFLAGS
 
        tc-export CC NM OBJCOPY RANLIB STRIP
-       tc-export BUILD_CC # Bug 485592
+       tc-export BUILD_CC BUILD_PKG_CONFIG
 
        MULTIBUILD_VARIANTS=()
        local p

diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild
index 2e85d9e0329..dc9469d354a 100644
--- a/sys-boot/grub/grub-9999.ebuild
+++ b/sys-boot/grub/grub-9999.ebuild
@@ -239,7 +239,7 @@ src_configure() {
        unset LDFLAGS
 
        tc-export CC NM OBJCOPY RANLIB STRIP
-       tc-export BUILD_CC # Bug 485592
+       tc-export BUILD_CC BUILD_PKG_CONFIG
 
        MULTIBUILD_VARIANTS=()
        local p

Reply via email to