- has to select libelf (and should nowadays work without LFS)

This commit is contained in:
Bernhard Reutner-Fischer 2007-10-02 11:11:54 +00:00
parent 1e96f9b213
commit d0010909e2
1 changed files with 2 additions and 2 deletions

View File

@ -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.