Skip to content

Commit

Permalink
dev-db/mariadb: Add -Wl,--no-relax to fix build on alpha
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
mattst88 committed Mar 19, 2020
1 parent a555f5f commit b7ccac2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-db/mariadb/mariadb-10.4.12.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,9 @@ src_configure() {
# Bug #114895, bug #110149
filter-flags "-O" "-O[01]"

# It fails on alpha without this
use alpha && append-ldflags "-Wl,--no-relax"

append-cxxflags -felide-constructors

# bug #283926, with GCC4.4, this is required to get correct behavior.
Expand Down

0 comments on commit b7ccac2

Please sign in to comment.