diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-05 12:54:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-05 12:54:21 +0100 |
commit | 47700fbf1cafdcb6b697ecb02f11363173e6b008 (patch) | |
tree | 5d4c104d81f7fe43d380c97fec2bdd53f84cc9fa /tools/lzma/patches/001-large_files.patch | |
parent | f48a3ede4e7b99a0a58262a88b632ee01d7d3a0a (diff) | |
parent | 7e783125e4ba1ad319febf468e2e6e90e4c0ff42 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'tools/lzma/patches/001-large_files.patch')
-rw-r--r-- | tools/lzma/patches/001-large_files.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/lzma/patches/001-large_files.patch b/tools/lzma/patches/001-large_files.patch deleted file mode 100644 index b95fe9e90..000000000 --- a/tools/lzma/patches/001-large_files.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: lzma-4.65/CPP/7zip/Compress/LZMA_Alone/makefile.gcc -=================================================================== ---- lzma-4.65.orig/CPP/7zip/Compress/LZMA_Alone/makefile.gcc 2009-05-15 23:33:51.000000000 +0200 -+++ lzma-4.65/CPP/7zip/Compress/LZMA_Alone/makefile.gcc 2009-06-01 22:00:54.000000000 +0200 -@@ -3,7 +3,7 @@ - CXX_C = gcc -O2 -Wall - LIB = -lm - RM = rm -f --CFLAGS = -c -+CFLAGS = -c -D_FILE_OFFSET_BITS=64 - - ifdef SystemDrive - IS_MINGW = 1 |