dev-db/mariadb-connector-c: Fix out of correct phase source building

The multilib default was not good enough.
Define a multilib_src_compile so things are in the right order.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Brian Evans
2018-06-25 16:14:00 -04:00
parent 90af2864f9
commit e8387670a1
3 changed files with 12 additions and 0 deletions

View File

@@ -92,6 +92,10 @@ multilib_src_configure() {
cmake-utils_src_configure
}
multilib_src_compile() {
cmake-utils_src_compile
}
multilib_src_install() {
cmake-utils_src_install
if use mysqlcompat ; then

View File

@@ -77,6 +77,10 @@ multilib_src_configure() {
cmake-utils_src_configure
}
multilib_src_compile() {
cmake-utils_src_compile
}
multilib_src_install() {
cmake-utils_src_install
if use mysqlcompat ; then

View File

@@ -77,6 +77,10 @@ multilib_src_configure() {
cmake-utils_src_configure
}
multilib_src_compile() {
cmake-utils_src_compile
}
multilib_src_install() {
cmake-utils_src_install
if use mysqlcompat ; then