diff options
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> |