Skip to content
Snippets Groups Projects
Commit 28a278f4 authored by Feodor Alexandrov's avatar Feodor Alexandrov Committed by Yaroslav Dynnikov
Browse files

fix: name collision between tarantool and openssl libcrypto

This commit reverts "build: fix libcrypto renaming" (9485e9c1). The fix
proposed in that commit actually broke the whole build instead of fixing
re-build. Since there are two `libcrypto.a` (tarantool one and symlinked
openssl), the linker sometimes loads the same library twice (`-lcrypto` and
`-lcrypto-ssl`).

This patch provides another solution - tarantool lib is renamed so now
`-lcrypto` uniquely corresponds to openssl and
`-ltcrypto` to the tarantool library.
parent 114c4446
No related branches found
No related tags found
1 merge request!571fix: name collision between tarantool crypto and openssl crypto
Pipeline #19367 failed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment