On Wed, Jun 15, 2016 at 12:21:21AM +0200, Clemens Gruber wrote:
> Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com>

This is broken. --with-systemd requires libsystemd and systemd requires
libmount. That's a cyclic dependency.

Do you need any specific feature here?

Michael

> ---
>  rules/util-linux-ng.in   | 4 ++++
>  rules/util-linux-ng.make | 2 +-
>  2 files changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in
> index b0d5e1f..3a33583 100644
> --- a/rules/util-linux-ng.in
> +++ b/rules/util-linux-ng.in
> @@ -29,6 +29,10 @@ config UTIL_LINUX_NG_LIBFDISK
>  config UTIL_LINUX_NG_USES_NCURSES
>       bool
>  
> +config UTIL_LINUX_NG_USES_SYSTEMD
> +     bool
> +     default INITMETHOD_SYSTEMD
> +
>  config UTIL_LINUX_NG_PARTX_TOOLS
>       select UTIL_LINUX_NG_LIBBLKID
>       select UTIL_LINUX_NG_LIBSMARTCOLS
> diff --git a/rules/util-linux-ng.make b/rules/util-linux-ng.make
> index 33798fa..aee052d 100644
> --- a/rules/util-linux-ng.make
> +++ b/rules/util-linux-ng.make
> @@ -138,7 +138,7 @@ UTIL_LINUX_NG_CONF_OPT    := \
>       --without-utempter \
>       --without-libz \
>       --without-user \
> -     --without-systemd \
> +     --$(call ptx/wwo, PTXCONF_UTIL_LINUX_NG_USES_SYSTEMD)-systemd \
>       --with-systemdsystemunitdir=/lib/systemd/system \
>       --without-smack \
>       --without-python
> -- 
> 2.8.3
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to