webrtc-audio-processing-2: Add latomic to linker flags on riscv32

This is flagged by lld linker since it defaults to --no-allow-shlib-undefined
which disallows undefined references in shared libs

Cc: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-05-23 10:52:52 -07:00
parent 9a8931382e
commit 643751548d
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -16,5 +16,6 @@ SRC_URI[sha256sum] = "ae9302824b2038d394f10213cab05312c564a038434269f11dbf68f511
S = "${WORKDIR}/webrtc-audio-processing-${PV}"
LDFLAGS:append:libc-musl = " -lexecinfo"
# | riscv32-yoe-linux-musl-ld.lld: error: undefined reference: __atomic_store_8
LDFLAGS:append:riscv32 = " -latomic"
inherit meson pkgconfig