diff options
author | Antonio Russo <[email protected]> | 2020-10-31 08:39:58 -0600 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2020-11-03 09:24:43 -0800 |
commit | 71ae6a9d232de59534e4337efb0dc85c7d6906bd (patch) | |
tree | 9e03531418f630754fb48d2e9e62809c5abe66a1 /lib/libzfs | |
parent | 181b2adc2a8686fb0c300769b8db7ccc5e635c36 (diff) |
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 <[email protected]>
Signed-off-by: Antonio Russo <[email protected]>
Issue #11144
Diffstat (limited to 'lib/libzfs')
-rw-r--r-- | lib/libzfs/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libzfs/Makefile.am b/lib/libzfs/Makefile.am index f88fb828d..bfa5b2a1f 100644 --- a/lib/libzfs/Makefile.am +++ b/lib/libzfs/Makefile.am @@ -84,10 +84,9 @@ endif if BUILD_FREEBSD libzfs_la_LIBADD += -lutil -lgeom -libzfs_la_LDFLAGS += -version-info 4:0:0 -else -libzfs_la_LDFLAGS += -version-info 2:0:0 endif +libzfs_la_LDFLAGS += -version-info 4:0:0 + # Licensing data EXTRA_DIST = THIRDPARTYLICENSE.openssl THIRDPARTYLICENSE.openssl.descrip |