mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 09:39:25 +00:00
4d7fd7120f
This reverts commit 97bf39db4c89441518b15b4a55b06eb75de080f8.
12 lines
348 B
Plaintext
12 lines
348 B
Plaintext
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
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
|