e2fsprogs: disable HAVE_GETMNTINFO

This patch avoids calls of '__sys_getstatfs' (indirectly via
'getmntinfo'), which does not return any meaningful values in Genode's
libc. Otherwise, the libc's dummy implementation prompts resize2fs to
back out.

Issue #3696
This commit is contained in:
Norman Feske 2020-03-25 10:55:02 +01:00 committed by Christian Helmuth
parent 0836293d1a
commit e63195a940
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@
#define HAVE_GETEGID 1
#define HAVE_GETEUID 1
#define HAVE_GETGID 1
#define HAVE_GETMNTINFO 1
#define HAVE_GETOPT_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETPWUID_R 1