mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 13:47:41 +00:00
Merge pull request #3854 from brauner/2021-06-03.fixes
lxc: add lpthread to lxc.pc
This commit is contained in:
commit
4e92ee3b5d
@ -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