Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 09 Jul 2017 02:52:01
Message-Id: 1499568702.4490028a37ab7a7738bc5a707f553507923dcd24.grknight@gentoo
1 commit: 4490028a37ab7a7738bc5a707f553507923dcd24
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 9 02:51:42 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 9 02:51:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4490028a
7
8 mysql-multilib-r1.eclass: Ensure the right pkg-config is called
9
10 eclass/mysql-multilib-r1.eclass | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/eclass/mysql-multilib-r1.eclass b/eclass/mysql-multilib-r1.eclass
14 index eea8e42f153..4f9a6d44333 100644
15 --- a/eclass/mysql-multilib-r1.eclass
16 +++ b/eclass/mysql-multilib-r1.eclass
17 @@ -406,6 +406,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="${EPREFIX}/usr/bin/$(tc-getPKG_CONFIG)"
22 )
23
24 if use test ; then