SOURCES: lzma-shared.patch - adjust soname

glen glen at pld-linux.org
Mon Oct 30 22:23:14 CET 2006


Author: glen                         Date: Mon Oct 30 21:23:14 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- adjust soname

---- Files affected:
SOURCES:
   lzma-shared.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/lzma-shared.patch
diff -u SOURCES/lzma-shared.patch:1.1 SOURCES/lzma-shared.patch:1.2
--- SOURCES/lzma-shared.patch:1.1	Mon Oct 30 22:11:14 2006
+++ SOURCES/lzma-shared.patch	Mon Oct 30 22:23:09 2006
@@ -11,7 +11,7 @@
  	$(AR) r $(PROG) $(OBJS)
  
 +liblzma.so.0.0.0:	$(OBJS)
-+	$(CXX) -shared -o $@ -Wl,-soname,liblzma.0.0.0 $(OBJS)
++	$(CXX) -shared -o $@ -Wl,-soname,liblzma.so.0 $(OBJS)
 +
  ZLib.o: ZLib.cpp
  	$(CXX) $(CFLAGS) ZLib.cpp
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/lzma-shared.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list