]> git.pld-linux.org Git - packages/xz.git/blame - lzma-shared.patch
- License is basically LGPL v2.1+;
[packages/xz.git] / lzma-shared.patch
CommitLineData
190f4253
ER
1--- ./C/7zip/Compress/LZMA_Lib/makefile~ 2006-10-30 22:54:27.135579277 +0200
2+++ ./C/7zip/Compress/LZMA_Lib/makefile 2006-10-30 22:54:28.415608066 +0200
3@@ -25,11 +25,14 @@
4 Vector.o \\r
5 \r
6 \r
7-all: $(PROG)\r
8+all: $(PROG) liblzma.so.0.0.0\r
9 \r
10 $(PROG): $(OBJS)\r
11 $(AR) r $(PROG) $(OBJS)\r
12 \r
13+liblzma.so.0.0.0: $(OBJS)\r
4e3c94f1 14+ $(CXX) -shared -o $@ $(LDFLAGS) -Wl,-soname,liblzma.so.0 $(OBJS)\r
190f4253
ER
15+\r
16 ZLib.o: ZLib.cpp\r
17 $(CXX) $(CFLAGS) ZLib.cpp\r
18
This page took 0.027289 seconds and 4 git commands to generate.