mirror of
https://github.com/fluencelabs/redis
synced 2025-04-30 13:02:14 +00:00
This reverts commit 153f2f00ea5c74cbd63d92a261d31c42df8dce21. Jemalloc 4.4.0 is apparently causing deadlocks in certain systems. See for example https://github.com/antirez/redis/issues/3799. As a cautionary step we are reverting the commit back and releasing a new stable Redis version.
13 lines
397 B
PkgConfig
13 lines
397 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
install_suffix=@install_suffix@
|
|
|
|
Name: jemalloc
|
|
Description: A general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
|
|
URL: http://www.canonware.com/jemalloc
|
|
Version: @jemalloc_version@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -ljemalloc${install_suffix}
|