From: Serge Hallyn Date: Mon, 17 Jun 2019 13:37:47 +0000 (-0500) Subject: lxc.pc.in: add libs.private for static linking X-Git-Tag: lxc-3.2.0~25^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a65cce2f9d99ac1428c17702158d919e9b308bfd;p=thirdparty%2Flxc.git 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 --- 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}