From 1f04022120b358d9a0f8af7da47c358ab20a1c4e Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Wed, 13 Jul 2022 16:32:12 +0000 Subject: [PATCH] hdparm: enable compile with glibc 2.36 --- packages/tools/hdparm/patches/hdparm-glibc-2.36.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packages/tools/hdparm/patches/hdparm-glibc-2.36.patch diff --git a/packages/tools/hdparm/patches/hdparm-glibc-2.36.patch b/packages/tools/hdparm/patches/hdparm-glibc-2.36.patch new file mode 100644 index 0000000000..d481ead431 --- /dev/null +++ b/packages/tools/hdparm/patches/hdparm-glibc-2.36.patch @@ -0,0 +1,10 @@ +--- a/hdparm.c 2022-07-13 16:15:50.363620844 +0000 ++++ b/hdparm.c 2022-07-13 16:15:55.453615920 +0000 +@@ -25,7 +25,6 @@ + #include + #include + #include +-#include + #include + #include + #include