commit:     3e550e892fb47294b31cb31e05583fe12550a627
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  9 02:42:18 2017 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Sun Jul  9 02:42:18 2017 +0000
URL:        https://gitweb.gentoo.org/proj/mysql.git/commit/?id=3e550e89

mysql-multilib-r1.eclass: Make pkg-config path absolute

 eclass/mysql-multilib-r1.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/mysql-multilib-r1.eclass b/eclass/mysql-multilib-r1.eclass
index 8b604f2..44eb631 100644
--- a/eclass/mysql-multilib-r1.eclass
+++ b/eclass/mysql-multilib-r1.eclass
@@ -411,7 +411,7 @@ multilib_src_configure() {
                # The build forces this to be defined when cross-compiling.  We 
pass it
                # all the time for simplicity and to make sure it is actually 
correct.
                -DSTACK_DIRECTION=$(tc-stack-grows-down && echo -1 || echo 1)
-               -DPKG_CONFIG_EXECUTABLE="$(tc-getPKG_CONFIG)"
+               -DPKG_CONFIG_EXECUTABLE="${EPREFIX}/usr/bin/$(tc-getPKG_CONFIG)"
        )
 
        if use test ; then

Reply via email to