From 615d0e889a456bb0872ca1af8e2c197f58e740c2 Mon Sep 17 00:00:00 2001 From: Petr Tesarik Date: Mon, 12 Oct 2020 14:52:49 +0200 Subject: [PATCH] Update libtool version again Changing the type of the vmcoreinfo.raw attribute is not backwards compatible, as evidenced by the need to change some code in the test suite. Signed-off-by: Petr Tesarik --- src/kdumpfile/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kdumpfile/Makefile.am b/src/kdumpfile/Makefile.am index 93a431e5..3dc080c3 100644 --- a/src/kdumpfile/Makefile.am +++ b/src/kdumpfile/Makefile.am @@ -57,7 +57,7 @@ libkdumpfile_la_LIBADD = \ $(LZO_LIBS) \ $(SNAPPY_LIBS) -libkdumpfile_la_LDFLAGS = -version-info 9:0:1 +libkdumpfile_la_LDFLAGS = -version-info 9:0:0 if HAVE_LD_VERSION_SCRIPT libkdumpfile_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libkdumpfile.map