diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-10-02 11:11:54 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-10-02 11:11:54 +0000 |
commit | d0010909e2264f2bf264ee87ab41891e0c6f5587 (patch) | |
tree | bad262eb2432b532a89540677aec6a34466cc97f /package | |
parent | 1e96f9b2130c75cc8704fb107bb3f7623d143824 (diff) | |
download | buildroot-novena-d0010909e2264f2bf264ee87ab41891e0c6f5587.tar.gz buildroot-novena-d0010909e2264f2bf264ee87ab41891e0c6f5587.zip |
- has to select libelf (and should nowadays work without LFS)
Diffstat (limited to 'package')
-rw-r--r-- | package/ltrace/Config.in | 4 |
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. |