Skip to content

Commit

Permalink
dev-db/mysql: filter LTO for legacy 5.7.x branch
Browse files Browse the repository at this point in the history
ODR violations.

Closes: https://bugs.gentoo.org/855242
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Mar 4, 2024
1 parent 5f6bcf1 commit 708b693
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-db/mysql/mysql-5.7.41.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,9 @@ src_prepare() {
}

src_configure() {
# Filter LTO for legacy branch with ODR violations (bug #855242)
filter-lto

# Bug #114895, bug #110149
filter-flags "-O" "-O[01]"

Expand Down

0 comments on commit 708b693

Please sign in to comment.