alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

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>