guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Enable polkit for connman


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: Enable polkit for connman
Date: Mon, 02 Jan 2017 22:56:36 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Hi!

Mathieu OTHACEHE <address@hidden> skribis:

> Connman was compiled without polkit support due to this error message during
> configure phase :
>
> pkg-config cannot find polkit.pc
>
> It is a meaningless error produced by the following lines in
> connman/configure.ac :
>
>       POLKIT_DATADIR="`$PKG_CONFIG --variable=actiondir polkit`"
>       POLKIT_DATADIR=""
>       if (test -z "${POLKIT_DATADIR}"); then
>               POLKIT_DATADIR="${datadir}/polkit-1/actions"
>       fi
>
> When compiled with --enable-polkit, everything seems to work fine and connman
> can be used from an unprivileged account.

Nice!  Pushed with a ChangeLog-style commit log as
125e3cdeceb11a4b066209341f9fb7e052dd3695.

Thank you, and welcome!  :-)

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]