From ed7e6fe71a193ce24d1409d19d2c792f19af6a21 Mon Sep 17 00:00:00 2001 From: BtbN Date: Sun, 20 Aug 2023 16:21:56 +0200 Subject: [PATCH] Expose private library dependencies via pkg-config When linking statically, these need to be included for linking to succeed. --- jemalloc.pc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/jemalloc.pc.in b/jemalloc.pc.in index 0a377152..3aecfda1 100644 --- a/jemalloc.pc.in +++ b/jemalloc.pc.in @@ -10,3 +10,4 @@ URL: https://jemalloc.net/ Version: @jemalloc_version_major@.@jemalloc_version_minor@.@jemalloc_version_bugfix@_@jemalloc_version_nrev@ Cflags: -I${includedir} Libs: -L${libdir} -ljemalloc${install_suffix} +Libs.private: @LIBS@