c684a5f
diff -up cryptopp-5.6.5/GNUmakefile.soversion cryptopp-5.6.5/GNUmakefile
c684a5f
--- cryptopp-5.6.5/GNUmakefile.soversion	2016-10-11 01:49:54.000000000 +0200
c684a5f
+++ cryptopp-5.6.5/GNUmakefile	2018-02-19 16:15:40.891402342 +0100
c684a5f
@@ -404,7 +404,7 @@ ifeq ($(HAS_SOLIB_VERSION),1)
c684a5f
 # Full version suffix for shared library
c684a5f
 SOLIB_VERSION_SUFFIX=.$(LIB_MAJOR).$(LIB_MINOR).$(LIB_PATCH)
c684a5f
 # Different patchlevels are compatible, minor versions are not
c684a5f
-SOLIB_COMPAT_SUFFIX=.$(LIB_MAJOR).$(LIB_MINOR)
c684a5f
+SOLIB_COMPAT_SUFFIX=.6
c684a5f
 SOLIB_FLAGS=-Wl,-soname,libcryptopp.so$(SOLIB_COMPAT_SUFFIX)
c684a5f
 endif # HAS_SOLIB_VERSION
c684a5f