mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-29 19:38:31 +00:00
Merge pull request #3050 from hallyn/pkgconfig
lxc.pc.in: add libs.private for static linking
This commit is contained in:
commit
2fea2116c9
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user