diff options
author | Brian Evans <grknight@gentoo.org> | 2017-07-08 22:51:42 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-07-08 22:51:42 -0400 |
commit | 4490028a37ab7a7738bc5a707f553507923dcd24 (patch) | |
tree | 15445cc5d38d06972d72c714525a92b27935f2cf /eclass/mysql-multilib-r1.eclass | |
parent | mysql-multilib-r1.eclass: Only detect systemd-notify for native ABI and serve... (diff) | |
download | gentoo-4490028a37ab7a7738bc5a707f553507923dcd24.tar.gz gentoo-4490028a37ab7a7738bc5a707f553507923dcd24.tar.bz2 gentoo-4490028a37ab7a7738bc5a707f553507923dcd24.zip |
mysql-multilib-r1.eclass: Ensure the right pkg-config is called
Diffstat (limited to 'eclass/mysql-multilib-r1.eclass')
-rw-r--r-- | eclass/mysql-multilib-r1.eclass | 1 |
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 |