Merge pull request #3050 from hallyn/pkgconfig

lxc.pc.in: add libs.private for static linking
This commit is contained in:
Christian Brauner 2019-06-18 21:09:28 +02:00 committed by GitHub
commit 2fea2116c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}