public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Bug 28669 Increment Library version
@ 2022-06-28 22:26 Ben Woodard
  2022-09-06 15:41 ` Dodji Seketeli
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Woodard @ 2022-06-28 22:26 UTC (permalink / raw)
  To: libabigail

Add library version to libabigail 2.1 to not cause problems with older
utilities due to library version incompatibility. This will also stop
tools that look for libraries which have a different ABI but the same
version from complaining.

	* src/Makefile.am: Add library version.

Signed-off-by: Ben Woodard <woodard@redhat.com>
---
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 1591224f..3dc5379b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -47,7 +47,7 @@ libabigail_la_SOURCES += abg-ctf-reader.cc
 endif
 
 libabigail_la_LIBADD = $(DEPS_LIBS) $(FTS_LIBS)
-libabigail_la_LDFLAGS = -lpthread -Wl,--as-needed -no-undefined
+libabigail_la_LDFLAGS = -lpthread -Wl,--as-needed -no-undefined -version-info 1:0:0
 
 CUSTOM_MACROS = -DABIGAIL_ROOT_SYSTEM_LIBDIR=\"${libdir}\"
 
-- 
2.36.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-06 15:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-28 22:26 [PATCH] Bug 28669 Increment Library version Ben Woodard
2022-09-06 15:41 ` Dodji Seketeli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).