Skip to content

Commit

Permalink
Update libtool version again
Browse files Browse the repository at this point in the history
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 <ptesarik@suse.com>
  • Loading branch information
ptesarik committed Oct 15, 2020
1 parent b4b3c94 commit 615d0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kdumpfile/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 615d0e8

Please sign in to comment.