From 9932eeac53ced51c9ea4e560191c35addabd73d2 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Sun, 1 May 2022 22:03:55 +0100 Subject: dev-cpp/sdbus-c++: Fix musl build by disabling systemd features I have disabled these features unconditionally as I don't think they're needed, regardless of whether you're using musl. Closes: https://bugs.gentoo.org/841749 Signed-off-by: James Le Cuirot --- dev-cpp/sdbus-c++/sdbus-c++-0.9.0-r2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dev-cpp/sdbus-c++/sdbus-c++-0.9.0-r2.ebuild') diff --git a/dev-cpp/sdbus-c++/sdbus-c++-0.9.0-r2.ebuild b/dev-cpp/sdbus-c++/sdbus-c++-0.9.0-r2.ebuild index 0dcc953b32f4..c5d7db3dcb17 100644 --- a/dev-cpp/sdbus-c++/sdbus-c++-0.9.0-r2.ebuild +++ b/dev-cpp/sdbus-c++/sdbus-c++-0.9.0-r2.ebuild @@ -81,7 +81,10 @@ src_configure() { --includedir "${SDP}/src" \ -Drootlibdir="${SDB}" \ -Dselinux=false \ - -Dstatic-libsystemd=pic + -Dstatic-libsystemd=pic \ + -Dgshadow=false \ + -Dsmack=false \ + -Dutmp=false # systemd doesn't generate the needed pkg-config file during configure. BUILD_DIR=${SDB} \ -- cgit v1.2.3