fix another build issue on some osx machines - run ranlib on the lzma lib archive
[openwrt/openwrt.git] / tools / lzma / patches / 110-ranlib.patch
1 Index: lzma/C/7zip/Compress/LZMA_Lib/makefile
2 ===================================================================
3 --- lzma.orig/C/7zip/Compress/LZMA_Lib/makefile 2007-12-02 23:37:08.000000000 +0100
4 +++ lzma/C/7zip/Compress/LZMA_Lib/makefile 2007-12-02 23:38:40.000000000 +0100
5 @@ -29,6 +29,7 @@
6
7 $(PROG): $(OBJS)
8 $(AR) r $(PROG) $(OBJS)
9 + ranlib $(PROG)
10
11 ZLib.o: ZLib.cpp
12 $(CXX) $(CFLAGS) ZLib.cpp