]> git.pld-linux.org Git - packages/libebml.git/blobdiff - libebml-makefile.patch
- updated to 1.2.0 (new soname)
[packages/libebml.git] / libebml-makefile.patch
index c3cb04484163421671966224327b73ae4cceafee..499abdfe48680832aeb6b355659392e58eff0d93 100644 (file)
@@ -14,7 +14,7 @@
  # Names
 -LIBRARY=libebml.a
 -LIBRARY_SO=libebml.so
--LIBRARY_SO_VER=libebml.so.2
+-LIBRARY_SO_VER=libebml.so.3
 +LIBRARY=libebml.la
  
  # source-files
@@ -50,7 +50,7 @@
 -      $(CXX) -shared -Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) $(objects_so)
 -      rm -f $(LIBRARY_SO)
 -      ln -s $(LIBRARY_SO_VER) $(LIBRARY_SO)
-+      $(LIBTOOL) --mode=link --tag=CC $(LD) $(LDFLAGS) -version-info 2:0:0 -o $@ $^ $(LIBS) -rpath $(libdir)
++      $(LIBTOOL) --mode=link --tag=CC $(LD) $(LDFLAGS) -version-info 3:0:0 -o $@ $^ $(LIBS) -rpath $(libdir)
  
  clean:
        rm -f $(objects) $(objects_so)
This page took 0.139213 seconds and 4 git commands to generate.