fixdep-largefile.patch (247B)
1 --- a/tools/build/fixdep.c 2 +++ b/tools/build/fixdep.c 3 @@ -11,6 +11,8 @@ 4 * base transformation of dependecies without the CONFIG mangle. 5 */ 6 7 +#define _FILE_OFFSET_BITS 64 8 + 9 #include <sys/types.h> 10 #include <sys/stat.h> 11 #include <sys/mman.h>