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:
Khem Raj
2024-03-23 20:08:00 -07:00
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