|
@@ -1,7 +1,11 @@
|
|
config BR2_PACKAGE_LIBEXECINFO
|
|
config BR2_PACKAGE_LIBEXECINFO
|
|
bool "libexecinfo"
|
|
bool "libexecinfo"
|
|
|
|
+ depends on !BR2_STATIC_LIBS # dlfcn.h
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC
|
|
help
|
|
help
|
|
Library for inspecting program's backtrace
|
|
Library for inspecting program's backtrace
|
|
|
|
|
|
https://github.com/mikroskeem/libexecinfo
|
|
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
|