• antirez's avatar
    Fix modules compilation when libc malloc is used. · b09a6b6a
    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.
    b09a6b6a
Makefile 7.86 KB