Skip to content

Commit

Permalink
Makefile.am: Keep using libfabric.so.1 as the soname
Browse files Browse the repository at this point in the history
Since the ABI is still backward compatible, there is no need to bump the
library major version which unnecessarily introduces incompatibilty between
RPM packages due to soname change.

Signed-off-by: Jianxin Xiong <[email protected]>
  • Loading branch information
j-xiong committed Dec 7, 2024
1 parent 409c00d commit 7953ad7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ src_libfabric_la_LIBADD =
src_libfabric_la_DEPENDENCIES = libfabric.map

if !EMBEDDED
src_libfabric_la_LDFLAGS += -version-info 2:0:0
src_libfabric_la_LDFLAGS += -version-info 27:0:26
endif
src_libfabric_la_LDFLAGS += -export-dynamic \
$(libfabric_version_script)
Expand Down Expand Up @@ -451,9 +451,6 @@ dist-hook: libfabric.spec
cp libfabric.spec $(distdir)
perl $(top_srcdir)/config/distscript.pl "$(distdir)" "$(PACKAGE_VERSION)"

install-exec-hook:
ln -sf libfabric.so.2 $(DESTDIR)$(libdir)/libfabric.so.1

TESTS = \
util/fi_info

Expand Down

0 comments on commit 7953ad7

Please sign in to comment.