]> git.proxmox.com Git - mirror_lxc.git/commitdiff
lxc.pc.in: add libs.private for static linking
authorSerge Hallyn <shallyn@cisco.com>
Mon, 17 Jun 2019 13:37:47 +0000 (08:37 -0500)
committerSerge Hallyn <shallyn@cisco.com>
Tue, 18 Jun 2019 18:13:34 +0000 (13:13 -0500)
None of them seem to support pkg-config themselves, else we could add
them to Requires.private.

Signed-off-by: Serge Hallyn <shallyn@cisco.com>
lxc.pc.in

index 380dd25eadcf88c7b3540748adabf3fd597e1e3e..a60c70191c1a44e309fab6c4b6ab2c2fe384193b 100644 (file)
--- a/lxc.pc.in
+++ b/lxc.pc.in
@@ -9,4 +9,5 @@ Description: linux container tools
 Version: @PACKAGE_VERSION@
 URL: http://linuxcontainers.org
 Libs: -L${libdir} -llxc -lutil
+Libs.private: @CAP_LIBS@ @SECCOMP_LIBS@ @OPENSSL_LIBS@ @SELINUX_LIBS@ @PAM_LIBS@ @DLOG_LIBS@
 Cflags: -I${includedir}