]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc: add lpthread to lxc.pc 3854/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Thu, 3 Jun 2021 13:37:11 +0000 (15:37 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Thu, 3 Jun 2021 13:50:20 +0000 (15:50 +0200)
Fixes: #3853
Suggested-by: Tycho Andersen <tycho@tycho.pizza>
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
lxc.pc.in

index a60c70191c1a44e309fab6c4b6ab2c2fe384193b..568920871460376c838985ec1f824ad00e842f13 100644 (file)
--- a/lxc.pc.in
+++ b/lxc.pc.in
@@ -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}