001-large_files.patch 262 B

1234567891011
  1. --- a/CPP/7zip/Compress/LZMA_Alone/makefile.gcc
  2. +++ b/CPP/7zip/Compress/LZMA_Alone/makefile.gcc
  3. @@ -3,7 +3,7 @@ CXX = g++ -O2 -Wall
  4. CXX_C = gcc -O2 -Wall
  5. LIB = -lm
  6. RM = rm -f
  7. -CFLAGS = -c
  8. +CFLAGS = -c -D_FILE_OFFSET_BITS=64
  9. ifdef SystemDrive
  10. IS_MINGW = 1