Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/iscan/
Date: Thu, 16 Jul 2020 14:39:13
Message-Id: 1594910320.72080b86d2e93f9d9ec984ad2df0bc456e8c4918.juippis@gentoo
1 commit: 72080b86d2e93f9d9ec984ad2df0bc456e8c4918
2 Author: Marcin Deranek <marcin.deranek <AT> booking <DOT> com>
3 AuthorDate: Tue May 19 16:38:46 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 16 14:38:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72080b86
7
8 media-gfx/iscan: Explicitly use pthreads so we can use gold linker
9
10 Closes: https://bugs.gentoo.org/720994
11 Signed-off-by: Marcin Deranek <marcin.deranek <AT> slonko.net>
12 Closes: https://github.com/gentoo/gentoo/pull/15879
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 media-gfx/iscan/iscan-3.62.0.ebuild | 2 ++
16 1 file changed, 2 insertions(+)
17
18 diff --git a/media-gfx/iscan/iscan-3.62.0.ebuild b/media-gfx/iscan/iscan-3.62.0.ebuild
19 index 7f8e4fae37b..92b60678600 100644
20 --- a/media-gfx/iscan/iscan-3.62.0.ebuild
21 +++ b/media-gfx/iscan/iscan-3.62.0.ebuild
22 @@ -51,6 +51,8 @@ src_configure() {
23 # Workaround for:
24 # /usr/lib64/utsushi/libutsushi.so.0: undefined symbol: libcnx_usb_LTX_factory
25 append-ldflags $(no-as-needed)
26 + # https://bugs.gentoo.org/720994
27 + append-ldflags -pthread
28 local myconf=(
29 $(use_with gui gtkmm)
30 --enable-sane-config