mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 16:48:27 -05:00
e3b8492e83
This reverts commit 36c1acc222d29e6e2dc9fc25362e4faa471111bd.
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}
|