Skip to content

Commit

Permalink
lxc: add lpthread to lxc.pc
Browse files Browse the repository at this point in the history
Fixes: #3853
Suggested-by: Tycho Andersen <tycho@tycho.pizza>
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Jun 8, 2021
1 parent 71def1a commit 88a5ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lxc.pc.in
Expand Up @@ -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}

0 comments on commit 88a5ffc

Please sign in to comment.