mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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:
@@ -27,6 +27,8 @@ EXTRA_OECONF += "\
|
||||
--with-bundled-pegtl \
|
||||
"
|
||||
|
||||
LDFLAGS:append:riscv32 = " -latomic"
|
||||
|
||||
PACKAGECONFIG ?= "\
|
||||
openssl \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'polkit', d)} \
|
||||
|
||||
Reference in New Issue
Block a user