diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-08-08 00:10:12 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-08-08 12:06:26 -0400 |
commit | 53a76bbc5daa4808e2e6a63e1e010b738a0cbd64 (patch) | |
tree | fd8ddf33424924a0c658b452341d99aec24603da /dev-db | |
parent | dev-db/percona-xtrabackup: backport patch to fix compilation with procps 4 (diff) | |
download | gentoo-53a76bbc5daa4808e2e6a63e1e010b738a0cbd64.tar.gz gentoo-53a76bbc5daa4808e2e6a63e1e010b738a0cbd64.tar.bz2 gentoo-53a76bbc5daa4808e2e6a63e1e010b738a0cbd64.zip |
dev-db/percona-xtrabackup: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/855245
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/percona-xtrabackup/percona-xtrabackup-8.0.30.23.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-db/percona-xtrabackup/percona-xtrabackup-8.0.30.23.ebuild b/dev-db/percona-xtrabackup/percona-xtrabackup-8.0.30.23.ebuild index cf31400b9055..fd790e55724c 100644 --- a/dev-db/percona-xtrabackup/percona-xtrabackup-8.0.30.23.ebuild +++ b/dev-db/percona-xtrabackup/percona-xtrabackup-8.0.30.23.ebuild @@ -5,7 +5,7 @@ EAPI=8 CMAKE_MAKEFILE_GENERATOR="emake" -inherit cmake +inherit cmake flag-o-matic # TODO: just keep it unbundled...? MY_BOOST_VERSION="1.77.0" @@ -69,6 +69,11 @@ src_prepare() { } src_configure() { + # -Werror=odr + # https://bugs.gentoo.org/855245 + # https://perconadev.atlassian.net/browse/PXB-3345 + filter-lto + CMAKE_BUILD_TYPE="RelWithDebInfo" local mycmakeargs=( |