mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
libest: fix musl build.
fixes est.c:38:10: fatal error: execinfo.h: No such file or directory | 38 | #include <execinfo.h> | | ^~~~~~~~~~~~ Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -10,11 +10,15 @@ SRC_URI = "git://github.com/cisco/libest"
|
||||
|
||||
DEPENDS = "openssl"
|
||||
|
||||
#fatal error: execinfo.h: No such file or directory
|
||||
DEPENDS_append_libc-musl = " libexecinfo"
|
||||
|
||||
inherit autotools-brokensep
|
||||
|
||||
EXTRA_OECONF = "--disable-pthreads --with-ssl-dir=${STAGING_LIBDIR}"
|
||||
|
||||
CFLAGS += "-fcommon"
|
||||
LDFLAGS_append_libc-musl = " -lexecinfo"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user