]> git.pld-linux.org Git - packages/libmatroska.git/blobdiff - libmatroska-makefile.patch
- updated to 1.1.0 (new soname)
[packages/libmatroska.git] / libmatroska-makefile.patch
index c5bae798248f959682215c157950ce4ea2fc4063..ad4f2e9822cadb295fe813dc0b4dc92f621e388e 100644 (file)
@@ -29,7 +29,7 @@
  # Names
 -LIBRARY=libmatroska.a
 -LIBRARY_SO=libmatroska.so
--LIBRARY_SO_VER=libmatroska.so.2
+-LIBRARY_SO_VER=libmatroska.so.3
 +LIBRARY=libmatroska.la
  
  # source-files
@@ -79,7 +79,7 @@
 -      $(CXX) -shared -Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) $(objects_so) -lebml
 -      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) -lebml -rpath $(libdir)
++      $(LIBTOOL) --mode=link --tag=CC $(LD) $(LDFLAGS) -version-info 3:0:0 -o $@ $^ $(LIBS) -lebml -rpath $(libdir)
  
  clean:        cleantest
        rm -f $(objects) $(objects_so)
This page took 0.028209 seconds and 4 git commands to generate.