projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c7edf0
)
fix another build issue on some osx machines - run ranlib on the lzma lib archive
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 2 Dec 2007 22:44:44 +0000
(22:44 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 2 Dec 2007 22:44:44 +0000
(22:44 +0000)
SVN-Revision: 9649
tools/lzma/patches/110-ranlib.patch
[new file with mode: 0644]
patch
|
blob
diff --git a/tools/lzma/patches/110-ranlib.patch
b/tools/lzma/patches/110-ranlib.patch
new file mode 100644
(file)
index 0000000..
22bf503
--- /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