Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/lxc: add linux-pam optional dependency
@ 2022-07-14  9:57 Fabrice Fontaine
  2022-07-17  8:34 ` Yann E. MORIN
  2022-08-08 15:19 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2022-07-14  9:57 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine, Jérôme Pouiller

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 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@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/lxc: add linux-pam optional dependency
  2022-07-14  9:57 [Buildroot] [PATCH 1/1] package/lxc: add linux-pam optional dependency Fabrice Fontaine
@ 2022-07-17  8:34 ` Yann E. MORIN
  2022-08-08 15:19 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2022-07-17  8:34 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Jérôme Pouiller, buildroot

Fabrice, All,

On 2022-07-14 11:57 +0200, Fabrice Fontaine spake thusly:
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@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@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.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/lxc: add linux-pam optional dependency
  2022-07-14  9:57 [Buildroot] [PATCH 1/1] package/lxc: add linux-pam optional dependency Fabrice Fontaine
  2022-07-17  8:34 ` Yann E. MORIN
@ 2022-08-08 15:19 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-08-08 15:19 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Jérôme Pouiller, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2022.05.x and 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-08 15:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-14  9:57 [Buildroot] [PATCH 1/1] package/lxc: add linux-pam optional dependency Fabrice Fontaine
2022-07-17  8:34 ` Yann E. MORIN
2022-08-08 15:19 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox