mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-26 12:12:13 +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
62d549d757
commit
1f442afa41
@@ -37,8 +37,4 @@ if !ASAN_ENABLED
|
||||
libnvpair_la_LDFLAGS += -Wl,-z,defs
|
||||
endif
|
||||
|
||||
if BUILD_FREEBSD
|
||||
libnvpair_la_LDFLAGS += -version-info 3:0:0
|
||||
else
|
||||
libnvpair_la_LDFLAGS += -version-info 1:1:0
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user