summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/ltrace/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/ltrace/Config.in b/package/ltrace/Config.in
index aee14bd001..4389210300 100644
--- a/package/ltrace/Config.in
+++ b/package/ltrace/Config.in
@@ -4,6 +4,8 @@ config BR2_PACKAGE_LTRACE
|| BR2_powerpc || BR2_sparc || BR2_x86_64)
select BR2_PACKAGE_LIBELF
select BR2_PACKAGE_ELFUTILS
+ depends on BR2_LARGEFILE # elfutils
+ depends on BR2_USE_WCHAR # elfutils
help
Debugging program which runs a specified command until it exits.
While the command is executing, ltrace intercepts and records
OpenPOWER on IntegriCloud