From: Christian Brauner Date: Thu, 3 Jun 2021 13:37:11 +0000 (+0200) Subject: lxc: add lpthread to lxc.pc X-Git-Tag: lxc-5.0.0~161^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2a7a6977b819d2e9aa6bcf60e40166fc960fa7d;p=thirdparty%2Flxc.git lxc: add lpthread to lxc.pc Fixes: #3853 Suggested-by: Tycho Andersen Signed-off-by: Christian Brauner --- diff --git a/lxc.pc.in b/lxc.pc.in index a60c70191..568920871 100644 --- 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}