aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libuutil
diff options
context:
space:
mode:
authorAntonio Russo <[email protected]>2020-10-31 08:39:58 -0600
committerBrian Behlendorf <[email protected]>2020-11-03 09:24:43 -0800
commit71ae6a9d232de59534e4337efb0dc85c7d6906bd (patch)
tree9e03531418f630754fb48d2e9e62809c5abe66a1 /lib/libuutil
parent181b2adc2a8686fb0c300769b8db7ccc5e635c36 (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/libuutil')
-rw-r--r--lib/libuutil/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libuutil/Makefile.am b/lib/libuutil/Makefile.am
index 8d9b32e44..4bce1609f 100644
--- a/lib/libuutil/Makefile.am
+++ b/lib/libuutil/Makefile.am
@@ -27,8 +27,4 @@ if !ASAN_ENABLED
libuutil_la_LDFLAGS += -Wl,-z,defs
endif
-if BUILD_FREEBSD
libuutil_la_LDFLAGS += -version-info 3:0:0
-else
-libuutil_la_LDFLAGS += -version-info 1:1:0
-endif