diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-08-05 09:20:15 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-08-05 09:20:15 +0000 |
| commit | 525e9d0b82d5022a240424cf13fcd49fcfe7c432 (patch) | |
| tree | bcf9136c8df3e44ca91dc4a41b4d0954dff323e6 /repos/extra/linux/fixdep-largefile.patch | |
| parent | 4972cffbeafd38dbd5c282b31bb153f071ee274c (diff) | |
| download | alicelinux-525e9d0b82d5022a240424cf13fcd49fcfe7c432.tar.gz alicelinux-525e9d0b82d5022a240424cf13fcd49fcfe7c432.zip | |
linux: updated to 6.12.41
Diffstat (limited to 'repos/extra/linux/fixdep-largefile.patch')
| -rw-r--r-- | repos/extra/linux/fixdep-largefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 <sys/types.h> + #include <sys/stat.h> + #include <sys/mman.h> |