mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 20:56:33 +00:00
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>
This commit is contained in:
parent
a64632e447
commit
4031ecfdff
@ -12,6 +12,7 @@ config BR2_PACKAGE_ELFUTILS
|
|||||||
BR2_TOOLCHAIN_BUILDROOT || \
|
BR2_TOOLCHAIN_BUILDROOT || \
|
||||||
BR2_TOOLCHAIN_CTNG_uClibc || \
|
BR2_TOOLCHAIN_CTNG_uClibc || \
|
||||||
BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
BR2_TOOLCHAIN_EXTERNAL_UCLIBC
|
||||||
|
depends on BR2_LARGEFILE
|
||||||
help
|
help
|
||||||
Libraries/utilities to handle ELF objects (drop in
|
Libraries/utilities to handle ELF objects (drop in
|
||||||
replacement for libelf).
|
replacement for libelf).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user