Commit ca8a703
check-environment: fix fuse3 test on 32-bit architectures
The fuse3 test program fails on i386 cross-compilation:
error: static assertion failed: "fuse: off_t must be 64bit"
fuse3 requires _FILE_OFFSET_BITS=64. Without it 32-bit
architectures like i386 have 32-bit off_t and the assertion
in fuse_common.h fails.
Fixes: 3ba39a8 ("check-environment: fix fuse3 test program")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>1 parent 3ba39a8 commit ca8a703
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| |||
0 commit comments