diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-26 09:50:54 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-26 09:50:54 +0100 |
commit | e29c82c3979e80305a116fe89eb1220e096224c7 (patch) | |
tree | a8a0775d02bc5b09f9af163aeb77d8bda71e5799 | |
parent | dev-python/pyyaml: stable 5.1 for sparc, bug #659348 (diff) | |
download | gentoo-e29c82c3979e80305a116fe89eb1220e096224c7.tar.gz gentoo-e29c82c3979e80305a116fe89eb1220e096224c7.tar.bz2 gentoo-e29c82c3979e80305a116fe89eb1220e096224c7.zip |
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@gentoo.org>
-rw-r--r-- | sys-boot/yaboot/yaboot-1.3.17-r3.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-boot/yaboot/yaboot-1.3.17-r3.ebuild b/sys-boot/yaboot/yaboot-1.3.17-r3.ebuild index b127a5072d35..832df154e076 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 \ |