We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
KeyDB compilation with flag make BUILD_TLS=no still requires -lcrypto linkage
make BUILD_TLS=no
To reproduce
make -j`nproc` CFLAGS="-DUSE_PROCESSOR_CLOCK" BUILD_TLS=no MALLOC=jemalloc USE_SYSTEMD=no
Expected behavior
should not attempt to link against crypto libraries if TLS is disabled
The text was updated successfully, but these errors were encountered:
Hi @jrynkiew , Can I work on this
Sorry, something went wrong.
Sure @manojks1999
No branches or pull requests
Describe the bug
KeyDB compilation with flag
make BUILD_TLS=no
still requires -lcrypto linkageTo reproduce
Expected behavior
should not attempt to link against crypto libraries if TLS is disabled
The text was updated successfully, but these errors were encountered: