]> git.pld-linux.org Git - packages/libgeotiff.git/commitdiff
- reverted last change
authorwrobell <wrobell@pld-linux.org>
Sun, 17 Jun 2007 17:55:41 +0000 (17:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libgeotiff-shared-fix.patch -> 1.6

libgeotiff-shared-fix.patch

index 4bbbecbaa937711f82787bf399fa4a0f7e6172ac..7d22b15e3b5200fb35a163bab349175c745c2686 100644 (file)
@@ -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).$(VERSION_MINOR)
++      ${CC} -shared ${OBJS} ${LIBS} -o $(GEOTIFF_SO) -Wl,-soname=libgeotiff.so.$(VERSION_MAJOR)
        rm -f libgeotiff.$(SO_EXT)
        ${LN} $(GEOTIFF_SO) libgeotiff.$(SO_EXT)
  
This page took 0.102708 seconds and 4 git commands to generate.