Utilities for managing ext2, ext3, and ext4 filesystems
gcc version 10 changed the default from -fcommon to -fno-common and as a result e2fsprogs unit tests fail because tst_libext2fs.c end up with a build error. Fix the problem by creating an extern declaration of said variables in debugfs.h and just setting them in tst_libext2fs.c without additional declaration. Signed-off-by: Lukas Czerner <lczerner@redhat.com> |
||
---|---|---|
.gitignore | ||
0001-tst_libext2fs-Avoid-multiple-definition-of-global-va.patch | ||
e2fsprogs.spec | ||
gating.yaml | ||
sources |