mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-17 13:38:16 +00:00
libdex: Link with libucontext on musl
Fixes errors like below x86_64-yoe-linux-musl-ld.lld: error: undefined symbol: getcontext Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
d4ac4dcb70
commit
842bb9f99f
@ -7,6 +7,9 @@ inherit features_check gnomebase upstream-version-is-even gobject-introspection
|
|||||||
DEPENDS += " \
|
DEPENDS += " \
|
||||||
glib-2.0 \
|
glib-2.0 \
|
||||||
"
|
"
|
||||||
|
DEPENDS:append:libc-musl = " libucontext"
|
||||||
|
|
||||||
|
LDFLAGS:append:libc-musl = " -lucontext"
|
||||||
|
|
||||||
SRC_URI[archive.sha256sum] = "955475ad3e43aabd6f6f70435264b5ee77bd265bd95545211fee026b08d378a0"
|
SRC_URI[archive.sha256sum] = "955475ad3e43aabd6f6f70435264b5ee77bd265bd95545211fee026b08d378a0"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user