Expose private library dependencies via pkg-config

When linking statically, these need to be included for linking to succeed.
This commit is contained in:
BtbN 2023-08-20 16:21:56 +02:00 committed by Qi Wang
parent 7d563a8f81
commit ed7e6fe71a

View File

@ -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@