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/libnvpair | |
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/libnvpair')
-rw-r--r-- | lib/libnvpair/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libnvpair/Makefile.am b/lib/libnvpair/Makefile.am index ec16c5d52..f23ac3cdf 100644 --- a/lib/libnvpair/Makefile.am +++ b/lib/libnvpair/Makefile.am @@ -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 |