We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73380b commit a308af3Copy full SHA for a308af3
jemalloc.pc.in
@@ -7,6 +7,6 @@ install_suffix=@install_suffix@
7
Name: jemalloc
8
Description: A general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
9
URL: http://jemalloc.net/
10
-Version: @jemalloc_version@
+Version: @jemalloc_version_major@.@jemalloc_version_minor@.@jemalloc_version_bugfix@_@jemalloc_version_nrev@
11
Cflags: -I${includedir}
12
Libs: -L${libdir} -ljemalloc${install_suffix}
0 commit comments