Skip to content
Commit 1f5f26be authored by Frank Bergmann's avatar Frank Bergmann Committed by Peter Korsgaard
Browse files

e2fsprogs: fix missing fallocate64() on nios2

(external) nios2 toolchain is currently missing the fallocate64 system
call. Because of compiling the e2fsprogs package with _FILE_OFFSET_BITS=64,
_LARGEFILE_SOURCE and _LARGEFILE64_SOURCE the fallocate call is replaced
by fallocate64 by the glibc. Therefore fallocate is entirely disabled while
configuring the package.

Fixes http://autobuild.buildroot.org/results/70a/70a47bd7392560cbc1c64769c8357c0b4c91ca3b/



Signed-off-by: default avatarFrank Bergmann <frank@frajasalo.de>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 66a70b62
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment