[PATCH] Disable kdbus support

Julian Wollrath jwollrath at web.de
Sun Jul 26 15:13:10 BST 2015


Oups, actually never mind, it just turns kdbus automatically off but
support for it is still compiled in, so there is no real gain in doing
this.

Sorry. With best regards,
Julian Wollrath

Am Sun, 26 Jul 2015 16:02:38 +0200
schrieb Julian Wollrath <jwollrath at web.de>:

> 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 \





More information about the Pkg-systemd-maintainers mailing list