mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
collected: Fix build with glibc 2.36
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
692416302c
commit
9060a9c907
10
src/patches/collectd-4.10.9-fix-glibc-headers.patch
Normal file
10
src/patches/collectd-4.10.9-fix-glibc-headers.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- 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"
|
||||
Reference in New Issue
Block a user