Reformat the version number in jemalloc.pc.in.
This commit is contained in:
parent
b73380bee0
commit
a308af360c
@ -7,6 +7,6 @@ install_suffix=@install_suffix@
|
|||||||
Name: jemalloc
|
Name: jemalloc
|
||||||
Description: A general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
|
Description: A general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
|
||||||
URL: http://jemalloc.net/
|
URL: http://jemalloc.net/
|
||||||
Version: @jemalloc_version@
|
Version: @jemalloc_version_major@.@jemalloc_version_minor@.@jemalloc_version_bugfix@_@jemalloc_version_nrev@
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
Libs: -L${libdir} -ljemalloc${install_suffix}
|
Libs: -L${libdir} -ljemalloc${install_suffix}
|
||||||
|
Loading…
Reference in New Issue
Block a user