Skip to content

Commit

Permalink
Update libaddrxlat version information
Browse files Browse the repository at this point in the history
Commit 25cfbe2 ("Add PTE mask
page table translation parameter") modified the library ABI in a
backwards-incompatible way. Let's bump the version now rather than
at release time.

This allows to install an unreleased git build alongside the last
released version.

Signed-off-by: Petr Tesarik <ptesarik@suse.com>
  • Loading branch information
ptesarik committed Oct 2, 2020
1 parent ebd2820 commit 450de7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addrxlat/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ libaddrxlat_la_SOURCES = \
s390x.c \
x86_64.c

libaddrxlat_la_LDFLAGS = -version-info 1:0:0
libaddrxlat_la_LDFLAGS = -version-info 2:0:0

if HAVE_LD_VERSION_SCRIPT
libaddrxlat_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libaddrxlat.map
Expand Down

0 comments on commit 450de7b

Please sign in to comment.