From: Felix Fietkau Date: Sun, 2 Dec 2007 22:44:44 +0000 (+0000) Subject: fix another build issue on some osx machines - run ranlib on the lzma lib archive X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ff75d8a012aef900ad872721dfb579d4d28bf342;p=openwrt%2Fstaging%2Fflorian.git fix another build issue on some osx machines - run ranlib on the lzma lib archive SVN-Revision: 9649 --- diff --git a/tools/lzma/patches/110-ranlib.patch b/tools/lzma/patches/110-ranlib.patch new file mode 100644 index 0000000000..22bf5031f3 --- /dev/null +++ b/tools/lzma/patches/110-ranlib.patch @@ -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