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/libzpool | |
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/libzpool')
-rw-r--r-- | lib/libzpool/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libzpool/Makefile.am b/lib/libzpool/Makefile.am index 992c21cc1..d427bda36 100644 --- a/lib/libzpool/Makefile.am +++ b/lib/libzpool/Makefile.am @@ -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 |