Synchronize library ABI levels

Bump library SOVERSION under Linux to match FreeBSD's.

Additionally, this bump properly accounts for the ABI changes relative
to ZoL 0.8.5 for the Linux build.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Antonio Russo <aerusso@aerusso.net>
Issue #11144
This commit is contained in:
Antonio Russo
2020-10-31 08:39:58 -06:00
committed by Brian Behlendorf
parent 181b2adc2a
commit 71ae6a9d23
5 changed files with 6 additions and 17 deletions
+2 -3
View File
@@ -23,7 +23,6 @@ endif
if BUILD_FREEBSD
libzfs_core_la_LIBADD += -lutil -lgeom
libzfs_core_la_LDFLAGS += -version-info 3:0:0
else
libzfs_core_la_LDFLAGS += -version-info 1:0:0
endif
libzfs_core_la_LDFLAGS += -version-info 3:0:0