Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libdv/
Date: Sun, 07 Nov 2021 04:55:17
Message-Id: 1636260883.6f6a5c0fc9a0c0f91928dcd26a112eb2ceb8ae03.sam@gentoo
1 commit: 6f6a5c0fc9a0c0f91928dcd26a112eb2ceb8ae03
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 7 04:54:29 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 7 04:54:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6a5c0f
7
8 media-libs/libdv: disable gold
9
10 Upstream is dead so let's just workaround the failure.
11
12 Bug: https://bugs.gentoo.org/622662
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 media-libs/libdv/libdv-1.0.0-r4.ebuild | 5 ++++-
16 1 file changed, 4 insertions(+), 1 deletion(-)
17
18 diff --git a/media-libs/libdv/libdv-1.0.0-r4.ebuild b/media-libs/libdv/libdv-1.0.0-r4.ebuild
19 index 9259a8b9b85..099d6387f63 100644
20 --- a/media-libs/libdv/libdv-1.0.0-r4.ebuild
21 +++ b/media-libs/libdv/libdv-1.0.0-r4.ebuild
22 @@ -36,7 +36,10 @@ src_prepare() {
23 }
24
25 multilib_src_configure() {
26 - ECONF_SOURCE="${S}" econf \
27 + # bug #622662
28 + tc-ld-disable-gold
29 +
30 + ECONF_SOURCE="${S}" econf \
31 --disable-static \
32 --without-debug \
33 --disable-gtk \