commit:     e29c82c3979e80305a116fe89eb1220e096224c7
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun May 26 08:50:54 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun May 26 08:50:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e29c82c3

sys-boot/yaboot: disable ld.gold, bug #678710

Reported-by: xela
Closes: https://bugs.gentoo.org/678710
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-boot/yaboot/yaboot-1.3.17-r3.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/sys-boot/yaboot/yaboot-1.3.17-r3.ebuild 
b/sys-boot/yaboot/yaboot-1.3.17-r3.ebuild
index b127a5072d3..832df154e07 100644
--- a/sys-boot/yaboot/yaboot-1.3.17-r3.ebuild
+++ b/sys-boot/yaboot/yaboot-1.3.17-r3.ebuild
@@ -66,6 +66,11 @@ src_prepare() {
 }
 
 src_configure() {
+       # ld.gold fails to link yaboot as:
+       #  sorry, I can't find space in second/yaboot.chrp to put the note
+       # bug #678710
+       tc-ld-disable-gold
+
        pushd "${WORKDIR}/${E2FS_P}" || die
        econf \
                --enable-libblkid \

Reply via email to