Skip to content
New issue

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

[BUG] KeyDB -lcrypto linkage with BUILD_TLS=no #890

Open
jrynkiew opened this issue Jan 14, 2025 · 2 comments
Open

[BUG] KeyDB -lcrypto linkage with BUILD_TLS=no #890

jrynkiew opened this issue Jan 14, 2025 · 2 comments

Comments

@jrynkiew
Copy link

Describe the bug

KeyDB compilation with flag make BUILD_TLS=no still requires -lcrypto linkage

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

@jrynkiew jrynkiew changed the title [BUG] [BUG] KeyDB -lcrypto linkage with BUILD_TLS=no Jan 14, 2025
@manojks1999
Copy link

Hi @jrynkiew ,
Can I work on this

@jrynkiew
Copy link
Author

Sure @manojks1999

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants