summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/ltrace/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ltrace/Config.in b/package/ltrace/Config.in
index 250370709..566e72f0a 100644
--- a/package/ltrace/Config.in
+++ b/package/ltrace/Config.in
@@ -1,8 +1,8 @@
config BR2_PACKAGE_LTRACE
bool "ltrace"
default n
- depends on BR2_LARGEFILE
- depends on BR2_PACKAGE_LIBELF
+ #depends on BR2_LARGEFILE
+ select BR2_PACKAGE_LIBELF_HEADERS
help
Debugging program which runs a specified command until it exits.