Merge pull request #3854 from brauner/2021-06-03.fixes

lxc: add lpthread to lxc.pc
This commit is contained in:
Stéphane Graber 2021-06-03 11:21:35 -04:00 committed by GitHub
commit 4e92ee3b5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}