Expose private library dependencies via pkg-config
When linking statically, these need to be included for linking to succeed.
This commit is contained in:
parent
7d563a8f81
commit
ed7e6fe71a
@ -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@
|
||||||
|
Loading…
Reference in New Issue
Block a user