diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-01-06 05:22:51 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-01-07 21:43:46 +0100 |
commit | 4031ecfdff7fb2a9d58e3b341d1fd6d11eeabe7b (patch) | |
tree | 4837df4edf7d7ceafcb737c71f799bc407b116ed /package | |
parent | a64632e44728450e6fa814ce95fbb67161c8971a (diff) | |
download | buildroot-novena-4031ecfdff7fb2a9d58e3b341d1fd6d11eeabe7b.tar.gz buildroot-novena-4031ecfdff7fb2a9d58e3b341d1fd6d11eeabe7b.zip |
elfutils: towards uClibc support: requires largefile
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>
Diffstat (limited to 'package')
-rw-r--r-- | 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 ee1e4abe9..5ec4ca938 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). |