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
@@ -226,11 +226,10 @@ endif
if BUILD_FREEBSD
libzpool_la_LIBADD += -lgeom
libzpool_la_LDFLAGS += -version-info 4:0:0
else
libzpool_la_LDFLAGS += -version-info 2:0:0
endif
libzpool_la_LDFLAGS += -version-info 4:0:0
if TARGET_CPU_POWERPC
vdev_raidz_math_powerpc_altivec.$(OBJEXT): CFLAGS += -maltivec
vdev_raidz_math_powerpc_altivec.l$(OBJEXT): CFLAGS += -maltivec