kumquat-buildroot/package/libexecinfo/Config.in

12 lines
357 B
Plaintext
Raw Normal View History

config BR2_PACKAGE_LIBEXECINFO
bool "libexecinfo"
depends on !BR2_STATIC_LIBS # dlfcn.h
depends on !BR2_TOOLCHAIN_USES_GLIBC
help
Library for inspecting program's backtrace
https://github.com/mikroskeem/libexecinfo
comment "libexecinfo needs a musl or uclibc toolchain w/ dynamic library"
depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_STATIC_LIBS