mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user