• antirez's avatar
    Fix modules compilation when libc malloc is used. · 9ada818b
    antirez authored
    Compiling Redis worked as a side effect of jemalloc target specifying
    -ldl as needed linker options, otherwise it is not provided during
    linking and dlopen() API will remain unresolved symbols.
    9ada818b
Makefile 7.84 KB