mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 02:44:41 +03:00
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:
committed by
Brian Behlendorf
parent
181b2adc2a
commit
71ae6a9d23
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user