aboutsummaryrefslogtreecommitdiff
path: root/linux/fixdep-largefile.patch
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-08-05 09:22:11 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-08-05 09:22:11 +0000
commitdfc3579745a02f64a7f835c2a923ffb71a76d662 (patch)
tree7e5cef672714d47ca8cc14a6de1eee8a1c2d4b7d /linux/fixdep-largefile.patch
parent3fea128886ac11c5fcf7fb8e65cd89f3ab9ba02e (diff)
downloadalicelinux-dfc3579745a02f64a7f835c2a923ffb71a76d662.tar.gz
alicelinux-dfc3579745a02f64a7f835c2a923ffb71a76d662.zip
Woodpecker CI 6804cedeba5a6cd14c0deac262abe8826383eb92 [SKIP CI]
Diffstat (limited to 'linux/fixdep-largefile.patch')
-rw-r--r--linux/fixdep-largefile.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/linux/fixdep-largefile.patch b/linux/fixdep-largefile.patch
new file mode 100644
index 00000000..1408d329
--- /dev/null
+++ b/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 <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/mman.h>