2015-10-06 16:18:30 +02:00
|
|
|
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.
|
2017-04-22 13:12:42 +02:00
|
|
|
URL: http://www.canonware.com/jemalloc
|
2015-10-06 16:18:30 +02:00
|
|
|
Version: @jemalloc_version@
|
|
|
|
Cflags: -I${includedir}
|
|
|
|
Libs: -L${libdir} -ljemalloc${install_suffix}
|