Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/yaboot/
Date: Sun, 26 May 2019 08:51:19
Message-Id: 1558860654.e29c82c3979e80305a116fe89eb1220e096224c7.slyfox@gentoo
1 commit: e29c82c3979e80305a116fe89eb1220e096224c7
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 26 08:50:54 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun May 26 08:50:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e29c82c3
7
8 sys-boot/yaboot: disable ld.gold, bug #678710
9
10 Reported-by: xela
11 Closes: https://bugs.gentoo.org/678710
12 Package-Manager: Portage-2.3.66, Repoman-2.3.12
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 sys-boot/yaboot/yaboot-1.3.17-r3.ebuild | 5 +++++
16 1 file changed, 5 insertions(+)
17
18 diff --git a/sys-boot/yaboot/yaboot-1.3.17-r3.ebuild b/sys-boot/yaboot/yaboot-1.3.17-r3.ebuild
19 index b127a5072d3..832df154e07 100644
20 --- a/sys-boot/yaboot/yaboot-1.3.17-r3.ebuild
21 +++ b/sys-boot/yaboot/yaboot-1.3.17-r3.ebuild
22 @@ -66,6 +66,11 @@ src_prepare() {
23 }
24
25 src_configure() {
26 + # ld.gold fails to link yaboot as:
27 + # sorry, I can't find space in second/yaboot.chrp to put the note
28 + # bug #678710
29 + tc-ld-disable-gold
30 +
31 pushd "${WORKDIR}/${E2FS_P}" || die
32 econf \
33 --enable-libblkid \