[Buildroot] [git commit] elfutils: towards uClibc support: requires largefile

Peter Korsgaard jacmet at sunsite.dk
Mon Jan 7 20:43:46 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=4031ecfdff7fb2a9d58e3b341d1fd6d11eeabe7b
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

elfutils unconditionally uses off64_t for example, so largefile is
needed.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/elfutils/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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).


More information about the buildroot mailing list