usbguard: Link with libatomic on rv32

Provides needed atomic intrinsics that compiler needs.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2024-09-16 17:21:33 -07:00
parent a730c21ea1
commit 8bbdd8fe2d
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -27,6 +27,8 @@ EXTRA_OECONF += "\
--with-bundled-pegtl \
"
LDFLAGS:append:riscv32 = " -latomic"
PACKAGECONFIG ?= "\
openssl \
${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)} \