Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mysql:master commit in: eclass/
Date: Sun, 09 Jul 2017 02:42:41
Message-Id: 1499568138.3e550e892fb47294b31cb31e05583fe12550a627.grknight@gentoo
1 commit: 3e550e892fb47294b31cb31e05583fe12550a627
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 9 02:42:18 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 9 02:42:18 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/mysql.git/commit/?id=3e550e89
7
8 mysql-multilib-r1.eclass: Make pkg-config path absolute
9
10 eclass/mysql-multilib-r1.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/mysql-multilib-r1.eclass b/eclass/mysql-multilib-r1.eclass
14 index 8b604f2..44eb631 100644
15 --- a/eclass/mysql-multilib-r1.eclass
16 +++ b/eclass/mysql-multilib-r1.eclass
17 @@ -411,7 +411,7 @@ multilib_src_configure() {
18 # The build forces this to be defined when cross-compiling. We pass it
19 # all the time for simplicity and to make sure it is actually correct.
20 -DSTACK_DIRECTION=$(tc-stack-grows-down && echo -1 || echo 1)
21 - -DPKG_CONFIG_EXECUTABLE="$(tc-getPKG_CONFIG)"
22 + -DPKG_CONFIG_EXECUTABLE="${EPREFIX}/usr/bin/$(tc-getPKG_CONFIG)"
23 )
24
25 if use test ; then