void-packages/srcpkgs/linux6.11/patches/fixdep-largefile.patch

12 lines
247 B
Diff
Raw Normal View History

2024-09-17 17:13:49 +02:00
--- 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>