mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-28 14:34:02 +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
|
||||
Version: @PACKAGE_VERSION@
|
||||
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@
|
||||
Cflags: -I${includedir}
|
||||
|
Loading…
Reference in New Issue
Block a user