Skip to content

Commit

Permalink
fix another build issue on some osx machines - run ranlib on the lzma…
Browse files Browse the repository at this point in the history
… lib archive

SVN-Revision: 9649
  • Loading branch information
Felix Fietkau committed Dec 2, 2007
1 parent 9c7edf0 commit ff75d8a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tools/lzma/patches/110-ranlib.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Index: lzma/C/7zip/Compress/LZMA_Lib/makefile
===================================================================
--- lzma.orig/C/7zip/Compress/LZMA_Lib/makefile 2007-12-02 23:37:08.000000000 +0100
+++ lzma/C/7zip/Compress/LZMA_Lib/makefile 2007-12-02 23:38:40.000000000 +0100
@@ -29,6 +29,7 @@

$(PROG): $(OBJS)
$(AR) r $(PROG) $(OBJS)
+ ranlib $(PROG)

ZLib.o: ZLib.cpp
$(CXX) $(CFLAGS) ZLib.cpp

0 comments on commit ff75d8a

Please sign in to comment.