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:
Brahmajit Das 2025-09-20 10:24:31 +05:30 committed by Nowa Ammerlaan
parent 5ca65f65f8
commit 9f74d4ed63
No known key found for this signature in database
GPG Key ID: A2E2304370447E8E

View File

@ -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=(