|
@@ -1,6 +1,7 @@
|
|
config BR2_PACKAGE_LTRACE
|
|
config BR2_PACKAGE_LTRACE
|
|
bool "ltrace"
|
|
bool "ltrace"
|
|
default n
|
|
default n
|
|
|
|
+ depends on BR2_LARGEFILE
|
|
depends on BR2_PACKAGE_LIBELF
|
|
depends on BR2_PACKAGE_LIBELF
|
|
help
|
|
help
|
|
Debugging program which runs a specified command until it exits.
|
|
Debugging program which runs a specified command until it exits.
|