Files
bpfire/src/patches/collectd-4.10.9-fix-glibc-headers.patch
Michael Tremer 9060a9c907 collected: Fix build with glibc 2.36
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2022-09-11 08:36:17 +00:00

11 lines
318 B
Diff

--- collectd-4.10.9/src/utils_mount.c~ 2022-08-10 13:45:39.424289940 +0000
+++ collectd-4.10.9/src/utils_mount.c 2022-08-10 13:45:58.224239495 +0000
@@ -31,6 +31,7 @@
#include "plugin.h"
#include "utils_mount.h"
+#undef HAVE_XFS_XQM_H
#if HAVE_XFS_XQM_H
# include <xfs/xqm.h>
#define XFS_SUPER_MAGIC_STR "XFSB"