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