diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-08-05 09:22:11 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-08-05 09:22:11 +0000 |
| commit | dfc3579745a02f64a7f835c2a923ffb71a76d662 (patch) | |
| tree | 7e5cef672714d47ca8cc14a6de1eee8a1c2d4b7d /linux/fixdep-largefile.patch | |
| parent | 3fea128886ac11c5fcf7fb8e65cd89f3ab9ba02e (diff) | |
| download | alicelinux-dfc3579745a02f64a7f835c2a923ffb71a76d662.tar.gz alicelinux-dfc3579745a02f64a7f835c2a923ffb71a76d662.zip | |
Woodpecker CI 6804cedeba5a6cd14c0deac262abe8826383eb92 [SKIP CI]
Diffstat (limited to 'linux/fixdep-largefile.patch')
| -rw-r--r-- | linux/fixdep-largefile.patch | 11 |
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> |