Skip to content

Commit

Permalink
mysql-multilib-r1.eclass: Ensure the right pkg-config is called
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Evans committed Jul 9, 2017
1 parent b8cea59 commit 4490028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eclass/mysql-multilib-r1.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4490028

Please sign in to comment.