From patchwork Sun Jan 6 15:22:51 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [11/15] elfutils: towards uClibc support: requires largefile Date: Sun, 06 Jan 2013 05:22:51 -0000 From: Thomas Petazzoni X-Patchwork-Id: 209771 Message-Id: To: buildroot@busybox.net elfutils unconditionally uses off64_t for example, so largefile is needed. Signed-off-by: Thomas Petazzoni --- package/elfutils/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/elfutils/Config.in b/package/elfutils/Config.in index ee1e4ab..5ec4ca9 100644 --- a/package/elfutils/Config.in +++ b/package/elfutils/Config.in @@ -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).