Bump soversion to 1
authorAndreas Tille <tille@debian.org>
Sun, 13 Dec 2020 19:27:48 +0000 (19:27 +0000)
committerJerome Benoit <calculus@rezozer.net>
Sun, 13 Dec 2020 19:27:48 +0000 (19:27 +0000)
Last-Update: Sun, 23 Feb 2020 11:59:51 +0100
Forwarded: not-needed

Gbp-Pq: Name soversion.patch

src/Makefile.am

index b04c7976562c7a184bf05378919cbcb848a9091d..cb87d3f036fba281d6afa50178da0783cd809cd2 100644 (file)
@@ -302,7 +302,7 @@ libigraph_la_CFLAGS        = -I$(top_srcdir)/include \
                              -I$(top_builddir)/src/SuiteSparse_config \
                              -DNPARTITION -DNTIMER -DNCAMD $(WARNING_CFLAGS)
 libigraph_la_CXXFLAGS     = -I$(top_srcdir)/include -I$(top_builddir)/include $(WARNING_CFLAGS)
-libigraph_la_LDFLAGS       = -no-undefined
+libigraph_la_LDFLAGS       = -no-undefined -version-info 1:0
 libigraph_la_LIBADD        = -lm $(XML2_LIBS) $(F2C_LIB) $(BLAS_LIB) \
                                 $(LAPACK_LIB) $(ARPACK_LIB) $(GLPK_LIB) $(PRPACK_LIB) \
                                 $(PLFIT_LIB)