2021-12-30 22:51:48 +01:00
|
|
|
config BR2_PACKAGE_LIBEXECINFO
|
|
|
|
bool "libexecinfo"
|
2021-12-31 09:28:57 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # dlfcn.h
|
2021-12-30 22:51:48 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC
|
|
|
|
help
|
|
|
|
Library for inspecting program's backtrace
|
|
|
|
|
|
|
|
https://github.com/mikroskeem/libexecinfo
|
2021-12-31 09:28:57 +01:00
|
|
|
|
|
|
|
comment "libexecinfo needs a musl or uclibc toolchain w/ dynamic library"
|
|
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_STATIC_LIBS
|