mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 05:33:06 +00:00
Expose private library dependencies via pkg-config
When linking statically, these need to be included for linking to succeed.
This commit is contained in:
@@ -10,3 +10,4 @@ URL: https://jemalloc.net/
|
|||||||
Version: @jemalloc_version_major@.@jemalloc_version_minor@.@jemalloc_version_bugfix@_@jemalloc_version_nrev@
|
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}
|
||||||
|
Libs.private: @LIBS@
|
||||||
|
|||||||
Reference in New Issue
Block a user