hwinfo: Backport build fix for glibc 2.36
authorHauke Mehrtens <[email protected]>
Sun, 6 Nov 2022 16:28:04 +0000 (17:28 +0100)
committerRosen Penev <[email protected]>
Fri, 11 Nov 2022 23:11:03 +0000 (15:11 -0800)
This backports a build fix for hwinfo when compiling against glibc 2.36.

Signed-off-by: Hauke Mehrtens <[email protected]>
utils/hwinfo/patches/060-glibc-2-36-includes-fsconfig-itself-make-linux-fs-h.patch [new file with mode: 0644]

diff --git a/utils/hwinfo/patches/060-glibc-2-36-includes-fsconfig-itself-make-linux-fs-h.patch b/utils/hwinfo/patches/060-glibc-2-36-includes-fsconfig-itself-make-linux-fs-h.patch
new file mode 100644 (file)
index 0000000..98f43aa
--- /dev/null
@@ -0,0 +1,22 @@
+From f73524aa60c50695a38c0dad222ffe60d094a857 Mon Sep 17 00:00:00 2001
+From: Steffen Winterfeldt <[email protected]>
+Date: Tue, 9 Aug 2022 12:54:58 +0200
+Subject: [PATCH] glibc 2.36+ includes fsconfig itself, make linux/fs.h
+ inclusion conditional (bsc#1202213)
+
+---
+ src/hd/hd.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+--- a/src/hd/hd.c
++++ b/src/hd/hd.c
+@@ -23,7 +23,9 @@
+ #include <linux/hdreg.h>
+ #define _LINUX_AUDIT_H_
+ #define _LINUX_PRIO_TREE_H
++#ifndef FSCONFIG_SET_FLAG
+ #include <linux/fs.h>
++#endif
+ /**
+  * @defgroup libhdBUSint Bus scanning code