Package: lxc
Version: 1:4.0.6-2
Severity: wishlist
Upstream provides a new version 4.0.10 and 4.0.9LTS, see
https://discuss.linuxcontainers.org/t/lxc-4-0-10-has-been-released/11618
https://discuss.linuxcontainers.org/t/lxc-4-0-9-lts-has-been-released/10999
No build problems for 4.0.10 on Bullseye, AFAICT.
patches/0006-lxc.pc.in-removes-\
DLOG_LIBS-which-is-not-expanded-up.patch has to be adjusted, see attachment.
Thank you very much in advance
Harri
From: =?utf-8?q?Pierre-Elliott_B=C3=A9cue?= <[email protected]>
Date: Mon, 5 Aug 2019 11:56:56 +0200
Subject: lxc.pc.in: removes @DLOG_LIBS@ which is not expanded upon build
---
lxc.pc.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxc.pc.in b/lxc.pc.in
index a60c701..295ad66 100644
--- a/lxc.pc.in
+++ b/lxc.pc.in
@@ -9,5 +9,5 @@ Description: linux container tools
Version: @PACKAGE_VERSION@
URL: http://linuxcontainers.org
Libs: -L${libdir} -llxc -lutil -lpthread -ldl
-Libs.private: @CAP_LIBS@ @SECCOMP_LIBS@ @OPENSSL_LIBS@ @SELINUX_LIBS@ @PAM_LIBS@ @DLOG_LIBS@
+Libs.private: @CAP_LIBS@ @SECCOMP_LIBS@ @OPENSSL_LIBS@ @SELINUX_LIBS@ @PAM_LIBS@
Cflags: -I${includedir}