- has to select libelf (and should nowadays work without LFS)
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 2 Oct 2007 11:11:54 +0000 (11:11 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 2 Oct 2007 11:11:54 +0000 (11:11 -0000)
package/ltrace/Config.in

index 250370709e3dba1871ab031796d4fcb86b79ed07..566e72f0a4f864e163d34fa1934ae999a3a75e61 100644 (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.