diff options
author | Marcin Deranek <marcin.deranek@booking.com> | 2020-05-19 18:38:46 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-07-16 17:38:40 +0300 |
commit | 72080b86d2e93f9d9ec984ad2df0bc456e8c4918 (patch) | |
tree | cd32c88e4a3ab08a87a545bbcdc731060b7916b5 /media-gfx | |
parent | dev-lisp/roswell: bump version to 20.04.14.106 (diff) | |
download | gentoo-72080b86d2e93f9d9ec984ad2df0bc456e8c4918.tar.gz gentoo-72080b86d2e93f9d9ec984ad2df0bc456e8c4918.tar.bz2 gentoo-72080b86d2e93f9d9ec984ad2df0bc456e8c4918.zip |
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@slonko.net>
Closes: https://github.com/gentoo/gentoo/pull/15879
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/iscan/iscan-3.62.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media-gfx/iscan/iscan-3.62.0.ebuild b/media-gfx/iscan/iscan-3.62.0.ebuild index 7f8e4fae37b8..92b606786000 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 |