summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2017-07-08 22:42:18 -0400
committerBrian Evans <grknight@gentoo.org>2017-07-08 22:42:18 -0400
commit3e550e892fb47294b31cb31e05583fe12550a627 (patch)
tree7ab371b510b184d52362a4a68cc741f54482ea4f
parentFix systemd detection in 10.2.6 (diff)
downloadmysql-3e550e892fb47294b31cb31e05583fe12550a627.tar.gz
mysql-3e550e892fb47294b31cb31e05583fe12550a627.tar.bz2
mysql-3e550e892fb47294b31cb31e05583fe12550a627.zip
mysql-multilib-r1.eclass: Make pkg-config path absolute
-rw-r--r--eclass/mysql-multilib-r1.eclass2
1 files changed, 1 insertions, 1 deletions
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