Utilities for managing ext2, ext3, and ext4 filesystems
Go to file
Lukas Czerner bdcc549ca9 Fix build errors on gcc 10
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>
2020-01-31 09:59:11 +01:00
.gitignore New upstream release 1.45.5 2020-01-08 17:51:09 +01:00
0001-tst_libext2fs-Avoid-multiple-definition-of-global-va.patch Fix build errors on gcc 10 2020-01-31 09:59:11 +01:00
e2fsprogs.spec Fix build errors on gcc 10 2020-01-31 09:59:11 +01:00
gating.yaml Add gating.yaml 2019-03-13 10:43:43 +01:00
sources New upstream release 1.45.5 2020-01-08 17:51:09 +01:00