Set proper SONAME in libs

This commit is contained in:
BogDan Vatra
2019-06-25 11:51:19 +03:00
parent d97317e856
commit 95b31fe9ff
9 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -43,7 +43,7 @@ do
./Configure shared android-${arch} -D__ANDROID_API__=${ANDROID_API} || exit 1
make depend
make -j$(nproc) CALC_VERSIONS="SHLIB_COMPAT=; SHLIB_SOVER=" build_libs || exit 1
make -j$(nproc) SHLIB_VERSION_NUMBER= SHLIB_EXT=.so build_libs || exit 1
llvm-strip -strip-all libcrypto.so
llvm-strip -strip-all libssl.so
cp libcrypto.so ../$arch
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.