From 525e9d0b82d5022a240424cf13fcd49fcfe7c432 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Tue, 5 Aug 2025 09:20:15 +0000 Subject: linux: updated to 6.12.41 --- repos/extra/linux/fixdep-largefile.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 repos/extra/linux/fixdep-largefile.patch (limited to 'repos/extra/linux/fixdep-largefile.patch') diff --git a/repos/extra/linux/fixdep-largefile.patch b/repos/extra/linux/fixdep-largefile.patch new file mode 100644 index 00000000..1408d329 --- /dev/null +++ b/repos/extra/linux/fixdep-largefile.patch @@ -0,0 +1,11 @@ +--- a/tools/build/fixdep.c ++++ b/tools/build/fixdep.c +@@ -11,6 +11,8 @@ + * base transformation of dependecies without the CONFIG mangle. + */ + ++#define _FILE_OFFSET_BITS 64 ++ + #include + #include + #include -- cgit v1.2.3