From a65cce2f9d99ac1428c17702158d919e9b308bfd Mon Sep 17 00:00:00 2001 From: Serge Hallyn Date: Mon, 17 Jun 2019 08:37:47 -0500 Subject: [PATCH] lxc.pc.in: add libs.private for static linking None of them seem to support pkg-config themselves, else we could add them to Requires.private. Signed-off-by: Serge Hallyn --- lxc.pc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/lxc.pc.in b/lxc.pc.in index 380dd25ea..a60c70191 100644 --- 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} -- 2.47.2