SOURCES: libgeotiff-shared-fix.patch - add minor version to soname

wrobell wrobell at pld-linux.org
Sun Jun 17 19:08:50 CEST 2007


Author: wrobell                      Date: Sun Jun 17 17:08:50 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add minor version to soname

---- Files affected:
SOURCES:
   libgeotiff-shared-fix.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/libgeotiff-shared-fix.patch
diff -u SOURCES/libgeotiff-shared-fix.patch:1.4 SOURCES/libgeotiff-shared-fix.patch:1.5
--- SOURCES/libgeotiff-shared-fix.patch:1.4	Sat Mar  4 23:18:56 2006
+++ SOURCES/libgeotiff-shared-fix.patch	Sun Jun 17 19:08:45 2007
@@ -5,7 +5,7 @@
  
  $(GEOTIFF_SO): ${OBJS}
 -	${LD_SHARED} ${OBJS} ${LIBS} -o $(GEOTIFF_SO)
-+	${CC} -shared ${OBJS} ${LIBS} -o $(GEOTIFF_SO) -Wl,-soname=libgeotiff.so.$(VERSION_MAJOR)
++	${CC} -shared ${OBJS} ${LIBS} -o $(GEOTIFF_SO) -Wl,-soname=libgeotiff.so.$(VERSION_MAJOR).$(VERSION_MINOR)
  	rm -f libgeotiff.$(SO_EXT)
  	${LN} $(GEOTIFF_SO) libgeotiff.$(SO_EXT)
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/libgeotiff-shared-fix.patch?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list