mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
a730c21ea1
commit
8bbdd8fe2d
|
|
@ -27,6 +27,8 @@ EXTRA_OECONF += "\
|
|||
--with-bundled-pegtl \
|
||||
"
|
||||
|
||||
LDFLAGS:append:riscv32 = " -latomic"
|
||||
|
||||
PACKAGECONFIG ?= "\
|
||||
openssl \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)} \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user