elfutils: towards uClibc support: requires largefile
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 6 Jan 2013 05:22:51 +0000 (05:22 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 7 Jan 2013 20:43:46 +0000 (21:43 +0100)
elfutils unconditionally uses off64_t for example, so largefile is
needed.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/elfutils/Config.in

index ee1e4abe964363df42313111c99b8735266229ff..5ec4ca9388d150d569e6ccade48f3f3479749633 100644 (file)
@@ -12,6 +12,7 @@ config BR2_PACKAGE_ELFUTILS
               BR2_TOOLCHAIN_BUILDROOT   || \
               BR2_TOOLCHAIN_CTNG_uClibc || \
               BR2_TOOLCHAIN_EXTERNAL_UCLIBC
+       depends on BR2_LARGEFILE
        help
          Libraries/utilities to handle ELF objects (drop in
          replacement for libelf).