[Buildroot] [PATCH 1/1] package/lxc: add linux-pam optional dependency

Yann E. MORIN yann.morin.1998 at free.fr
Sun Jul 17 08:34:12 UTC 2022


Fabrice, All,

On 2022-07-14 11:57 +0200, Fabrice Fontaine spake thusly:
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/lxc/lxc.mk | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/package/lxc/lxc.mk b/package/lxc/lxc.mk
> index 9311dc8775..abe4f0804a 100644
> --- a/package/lxc/lxc.mk
> +++ b/package/lxc/lxc.mk
> @@ -51,6 +51,13 @@ else
>  LXC_CONF_OPTS += --disable-liburing
>  endif
>  
> +ifeq ($(BR2_PACKAGE_LINUX_PAM),y)
> +LXC_CONF_OPTS += --enable-pam
> +LXC_DEPENDENCIES += linux-pam
> +else
> +LXC_DEPENDENCIES += --disable-pam
> +endif
> +
>  ifeq ($(BR2_PACKAGE_OPENSSL),y)
>  LXC_CONF_OPTS += --enable-openssl
>  LXC_DEPENDENCIES += openssl
> -- 
> 2.35.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list