Skip to content

Commit

Permalink
app-text/fbreader: disable gold
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/437262
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Nov 7, 2021
1 parent 95c9fa3 commit 92bf07a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app-text/fbreader/fbreader-0.99.4-r5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

inherit qmake-utils xdg
inherit qmake-utils toolchain-funcs xdg

DESCRIPTION="E-Book Reader. Supports many e-book formats"
HOMEPAGE="https://www.fbreader.org/"
Expand Down Expand Up @@ -71,6 +71,9 @@ src_prepare() {
else
echo "TARGET_STATUS = release" >> makefiles/target.mk || die
fi

# bug #437262
tc-ld-disable-gold
}

src_compile() {
Expand Down

0 comments on commit 92bf07a

Please sign in to comment.