summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2017-07-08 22:51:42 -0400
committerBrian Evans <grknight@gentoo.org>2017-07-08 22:51:42 -0400
commit4490028a37ab7a7738bc5a707f553507923dcd24 (patch)
tree15445cc5d38d06972d72c714525a92b27935f2cf
parentmysql-multilib-r1.eclass: Only detect systemd-notify for native ABI and serve... (diff)
downloadgentoo-4490028a.tar.gz
gentoo-4490028a.tar.bz2
gentoo-4490028a.zip
mysql-multilib-r1.eclass: Ensure the right pkg-config is called
-rw-r--r--eclass/mysql-multilib-r1.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/mysql-multilib-r1.eclass b/eclass/mysql-multilib-r1.eclass
index eea8e42f153a..4f9a6d443333 100644
--- a/eclass/mysql-multilib-r1.eclass
+++ b/eclass/mysql-multilib-r1.eclass
@@ -406,6 +406,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="${EPREFIX}/usr/bin/$(tc-getPKG_CONFIG)"
)
if use test ; then