Commit 4031ecfd authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

elfutils: towards uClibc support: requires largefile



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

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent a64632e4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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).