From e63195a94094d920a3cdeb9f12eb12124b5e7aeb Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Wed, 25 Mar 2020 10:55:02 +0100 Subject: [PATCH] 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 --- repos/libports/src/lib/e2fsprogs/config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/repos/libports/src/lib/e2fsprogs/config.h b/repos/libports/src/lib/e2fsprogs/config.h index 72b4fb0a2..b13d8afc4 100644 --- a/repos/libports/src/lib/e2fsprogs/config.h +++ b/repos/libports/src/lib/e2fsprogs/config.h @@ -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