Commit a65cce2f by Serge Hallyn

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: 's avatarSerge Hallyn <shallyn@cisco.com>
parent 52ac245b
...@@ -9,4 +9,5 @@ Description: linux container tools ...@@ -9,4 +9,5 @@ Description: linux container tools
Version: @PACKAGE_VERSION@ Version: @PACKAGE_VERSION@
URL: http://linuxcontainers.org URL: http://linuxcontainers.org
Libs: -L${libdir} -llxc -lutil Libs: -L${libdir} -llxc -lutil
Libs.private: @CAP_LIBS@ @SECCOMP_LIBS@ @OPENSSL_LIBS@ @SELINUX_LIBS@ @PAM_LIBS@ @DLOG_LIBS@
Cflags: -I${includedir} Cflags: -I${includedir}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment