mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-13 11:24:38 +00:00
openflow: Fix build with musl
Link in external library to provide backtrace functions since they are not part of C library Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
cb02f5b68d
commit
5e7ee914a6
@ -35,6 +35,9 @@ EXTRA_OECONF += " \
|
||||
${@bb.utils.contains('PACKAGECONFIG', 'openssl', 'SSL_LIBS="-lssl -lcrypto"', '', d)} \
|
||||
"
|
||||
|
||||
DEPENDS:append:libc-musl = " libexecinfo"
|
||||
LDFLAGS:append:libc-musl = " -lexecinfo"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools-brokensep pkgconfig
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user