diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-05-04 17:04:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-05-04 17:04:03 +0000 |
commit | b20fa8f579cb24d89a203e4fa6c465ce43f784c5 (patch) | |
tree | 3a36716df73b58e3979ff08d324d6e696a3212d9 /tools/lzma/patches/110-ranlib.patch | |
parent | d7c2fc499d4a71ad735be3210059a434eb29e550 (diff) | |
download | upstream-b20fa8f579cb24d89a203e4fa6c465ce43f784c5.tar.gz upstream-b20fa8f579cb24d89a203e4fa6c465ce43f784c5.tar.bz2 upstream-b20fa8f579cb24d89a203e4fa6c465ce43f784c5.zip |
rename tools/lzma to tools/lzma-old (preparation for adding a new lzma version)
SVN-Revision: 15595
Diffstat (limited to 'tools/lzma/patches/110-ranlib.patch')
-rw-r--r-- | tools/lzma/patches/110-ranlib.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/lzma/patches/110-ranlib.patch b/tools/lzma/patches/110-ranlib.patch deleted file mode 100644 index 813b4137f1..0000000000 --- a/tools/lzma/patches/110-ranlib.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/C/7zip/Compress/LZMA_Lib/makefile -+++ b/C/7zip/Compress/LZMA_Lib/makefile -@@ -29,6 +29,7 @@ all: $(PROG) - - $(PROG): $(OBJS) - $(AR) r $(PROG) $(OBJS) -+ ranlib $(PROG) - - ZLib.o: ZLib.cpp - $(CXX) $(CFLAGS) ZLib.cpp |