[PATCH] Disable kdbus support
Julian Wollrath
jwollrath at web.de
Sun Jul 26 15:02:38 BST 2015
kdbus is not available on Debian. Hence, disable kdbus support to avoid
unnecessary inclusion of code handling its existance.
---
debian/changelog | 3 +++
debian/rules | 1 +
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 7cb36aef4f44..708670efc25d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ systemd (222-3) UNRELEASED; urgency=medium
* Enable GNU EFI support and add gnu-efi build dep. This enables/ships the
systemd EFI boot loader. (Closes: #787720)
+ [ Julian Wollrath ]
+ * Disable kdbus support.
+
-- Michael Biebl <biebl at debian.org> Tue, 21 Jul 2015 22:24:51 +0200
systemd (222-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index a5de6e06c63b..871c4607b857 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,7 @@ CONFFLAGS = \
--disable-qrencode \
--disable-microhttpd \
--disable-gnutls \
+ --disable-kdbus \
--disable-libcurl \
--disable-libidn \
--disable-elfutils \
--
2.4.6
More information about the Pkg-systemd-maintainers
mailing list