2
0
mirror of git://github.com/lxc/lxc synced 2025-08-31 05:49:39 +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:
Christian Brauner
2021-06-03 15:37:11 +02:00
parent ca5843e1bc
commit c2a7a6977b

View File

@@ -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}