mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-29 23:52:03 +00:00
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 <shallyn@cisco.com>
This commit is contained in:
parent
52ac245b52
commit
a65cce2f9d
@ -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