337b0c80cb
Refresh all tools patches now that tools/refresh correctly works. CI now checks for them and actively complain if tools have unrefreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com> [ reword commit message ] Link: https://github.com/openwrt/openwrt/pull/15524 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
12 lines
262 B
Diff
12 lines
262 B
Diff
--- a/CPP/7zip/Compress/LZMA_Alone/makefile.gcc
|
|
+++ b/CPP/7zip/Compress/LZMA_Alone/makefile.gcc
|
|
@@ -3,7 +3,7 @@ CXX = g++ -O2 -Wall
|
|
CXX_C = gcc -O2 -Wall
|
|
LIB = -lm
|
|
RM = rm -f
|
|
-CFLAGS = -c
|
|
+CFLAGS = -c -D_FILE_OFFSET_BITS=64
|
|
|
|
ifdef SystemDrive
|
|
IS_MINGW = 1
|