Files
gentoo/dev-cpp/sdbus-c++/files/sdbus-c++-static-libsystemd.patch
James Le Cuirot 1423841eb6 dev-cpp/sdbus-c++: New package
Including older 0.9.0 version for msalsdk-dbusclient.

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2022-03-20 10:38:31 +00:00

11 lines
417 B
Diff

systemd does not include pkg-config dependencies for static linking.
diff -Naur a/src/libsystemd/libsystemd.pc.in b/src/libsystemd/libsystemd.pc.in
--- a/src/libsystemd/libsystemd.pc.in 2022-01-18 11:35:43.000000000 +0000
+++ b/src/libsystemd/libsystemd.pc.in 2022-03-05 21:24:47.139338880 +0000
@@ -18,3 +18,4 @@
Version: {{PROJECT_VERSION}}
Libs: -L${libdir} -lsystemd
Cflags: -I${includedir}
+Requires: libcap