KeyDB icon indicating copy to clipboard operation
KeyDB copied to clipboard

[BUG] KeyDB -lcrypto linkage with BUILD_TLS=no

Open jrynkiew opened this issue 11 months ago • 2 comments

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 avatar Jan 14 '25 15:01 jrynkiew