commit: 72080b86d2e93f9d9ec984ad2df0bc456e8c4918 Author: Marcin Deranek <marcin.deranek <AT> booking <DOT> com> AuthorDate: Tue May 19 16:38:46 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Jul 16 14:38:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72080b86
media-gfx/iscan: Explicitly use pthreads so we can use gold linker Closes: https://bugs.gentoo.org/720994 Signed-off-by: Marcin Deranek <marcin.deranek <AT> slonko.net> Closes: https://github.com/gentoo/gentoo/pull/15879 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-gfx/iscan/iscan-3.62.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-gfx/iscan/iscan-3.62.0.ebuild b/media-gfx/iscan/iscan-3.62.0.ebuild index 7f8e4fae37b..92b60678600 100644 --- a/media-gfx/iscan/iscan-3.62.0.ebuild +++ b/media-gfx/iscan/iscan-3.62.0.ebuild @@ -51,6 +51,8 @@ src_configure() { # Workaround for: # /usr/lib64/utsushi/libutsushi.so.0: undefined symbol: libcnx_usb_LTX_factory append-ldflags $(no-as-needed) + # https://bugs.gentoo.org/720994 + append-ldflags -pthread local myconf=( $(use_with gui gtkmm) --enable-sane-config
