mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
sys-auth/libfprint: Fix fpi_byte_writer_change_pos not defined with LLD
Signed-off-by: Brahmajit Das <listout@listout.xyz> Part-of: https://github.com/gentoo/gentoo/pull/43857 Closes: https://github.com/gentoo/gentoo/pull/43857 Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
This commit is contained in:
parent
5ca65f65f8
commit
9f74d4ed63
@ -69,6 +69,13 @@ src_unpack() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# https://gitlab.freedesktop.org/3v1n0/libfprint/-/issues/10
|
||||
# Untill upstream have analysed it we are doing this as a workaround
|
||||
# https://github.com/gentoo/gentoo/pull/43857#discussion_r2400425455
|
||||
if use tod && tc-ld-is-lld; then
|
||||
append-ldflags $(test-flags-CCLD -Wl,--undefined-version)
|
||||
fi
|
||||
|
||||
# TODO: wire up test deps (cairo, pygobject, etc) for extra tests
|
||||
# currently skipped.
|
||||
local emesonargs=(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user