From: Thomas Petazzoni Date: Sun, 6 Jan 2013 05:22:51 +0000 (+0000) Subject: elfutils: towards uClibc support: requires largefile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4031ecfdff7fb2a9d58e3b341d1fd6d11eeabe7b;p=buildroot.git elfutils: towards uClibc support: requires largefile elfutils unconditionally uses off64_t for example, so largefile is needed. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/elfutils/Config.in b/package/elfutils/Config.in index ee1e4abe96..5ec4ca9388 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).