mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
committed by
Joonas Niilola
parent
14327cbd5c
commit
72080b86d2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user