mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
e2fsprogs: Define 64bit off_t on rv32
Help configure to build it correctly on rv32 and musl especially, it shoild not ideally poke at _FILE_OFFSET_BITS, its not a portable define (From OE-Core rev: d7909538067843d60b9cb56d79a51e2a240c8b18) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -20,6 +20,7 @@ EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} \
|
||||
|
||||
EXTRA_OECONF:darwin = "--libdir=${base_libdir} --sbindir=${base_sbindir} --enable-bsd-shlibs"
|
||||
|
||||
CFLAGS:append:riscv32 = " -D_FILE_OFFSET_BITS=64"
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[fuse] = '--enable-fuse2fs,--disable-fuse2fs,fuse'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user