mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
gimp: Add libexecinfo to linker flags
LLD reports backtrace() as undefined during linking on musl systems musl systems use libexecinfo to provide this API, the dependency is not enough, it needs to reflect in linker flags too, since the assumption is that backtrace() API in in libc ( glibc has it this way) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Markus Volk <f_l_k@t-online.de>
This commit is contained in:
parent
0af2cc3e75
commit
816fafc0b8
|
|
@ -44,6 +44,8 @@ DEPENDS = " \
|
|||
|
||||
DEPENDS:append:libc-musl = " libexecinfo"
|
||||
|
||||
LDFLAGS:append:libc-musl = " -lexecinfo"
|
||||
|
||||
inherit meson gtk-icon-cache mime-xdg pkgconfig gettext gobject-introspection vala
|
||||
|
||||
GIR_MESON_OPTION = 'can-crosscompile-gir'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user