mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-06-01 13:17:29 +00:00
lxc: add lpthread to lxc.pc
Fixes: #3853 Suggested-by: Tycho Andersen <tycho@tycho.pizza> Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
71def1ad00
commit
88a5ffc936
@ -8,6 +8,6 @@ Name: lxc
|
|||||||
Description: linux container tools
|
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 -lpthread -ldl
|
||||||
Libs.private: @CAP_LIBS@ @SECCOMP_LIBS@ @OPENSSL_LIBS@ @SELINUX_LIBS@ @PAM_LIBS@ @DLOG_LIBS@
|
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