summaryrefslogtreecommitdiffstats
path: root/package/ltrace
diff options
context:
space:
mode:
Diffstat (limited to 'package/ltrace')
-rw-r--r--package/ltrace/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ltrace/Config.in b/package/ltrace/Config.in
index a8b6a91af..8e090a4f2 100644
--- a/package/ltrace/Config.in
+++ b/package/ltrace/Config.in
@@ -4,7 +4,7 @@ comment "ltrace has no inherent support for AVR32"
config BR2_PACKAGE_LTRACE
bool "ltrace"
#depends on BR2_LARGEFILE
- select BR2_PACKAGE_LIBELF_HEADERS
+ select BR2_PACKAGE_LIBELF
help
Debugging program which runs a specified command until it exits.
While the command is executing, ltrace intercepts and records