Unverified Commit 4e92ee3b by Stéphane Graber Committed by GitHub

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

lxc: add lpthread to lxc.pc
parents ca5843e1 c2a7a697
......@@ -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}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment