All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/systemd: add optional iptables dependency
@ 2019-02-03 18:04 Fabrice Fontaine
  2019-02-04 10:07 ` Yann E. MORIN
  2019-02-04 12:55 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2019-02-03 18:04 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/systemd/systemd.mk | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
index 15db1969e5..f9df66b039 100644
--- a/package/systemd/systemd.mk
+++ b/package/systemd/systemd.mk
@@ -64,6 +64,13 @@ else
 SYSTEMD_CONF_OPTS += -Delfutils=false
 endif
 
+ifeq ($(BR2_PACKAGE_IPTABLES),y)
+SYSTEMD_DEPENDENCIES += iptables
+SYSTEMD_CONF_OPTS += -Dlibiptc=true
+else
+SYSTEMD_CONF_OPTS += -Dlibiptc=false
+endif
+
 # Both options can't be selected at the same time so prefer libidn2
 ifeq ($(BR2_PACKAGE_LIBIDN2),y)
 SYSTEMD_DEPENDENCIES += libidn2
-- 
2.14.1

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

* [Buildroot] [PATCH 1/1] package/systemd: add optional iptables dependency
  2019-02-03 18:04 [Buildroot] [PATCH 1/1] package/systemd: add optional iptables dependency Fabrice Fontaine
@ 2019-02-04 10:07 ` Yann E. MORIN
  2019-02-04 12:55 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2019-02-04 10:07 UTC (permalink / raw)
  To: buildroot

Fabrice, All,

On 2019-02-03 19:04 +0100, Fabrice Fontaine spake thusly:
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/systemd/systemd.mk | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
> index 15db1969e5..f9df66b039 100644
> --- a/package/systemd/systemd.mk
> +++ b/package/systemd/systemd.mk
> @@ -64,6 +64,13 @@ else
>  SYSTEMD_CONF_OPTS += -Delfutils=false
>  endif
>  
> +ifeq ($(BR2_PACKAGE_IPTABLES),y)
> +SYSTEMD_DEPENDENCIES += iptables
> +SYSTEMD_CONF_OPTS += -Dlibiptc=true
> +else
> +SYSTEMD_CONF_OPTS += -Dlibiptc=false
> +endif
> +
>  # Both options can't be selected at the same time so prefer libidn2
>  ifeq ($(BR2_PACKAGE_LIBIDN2),y)
>  SYSTEMD_DEPENDENCIES += libidn2
> -- 
> 2.14.1
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  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.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 1/1] package/systemd: add optional iptables dependency
  2019-02-03 18:04 [Buildroot] [PATCH 1/1] package/systemd: add optional iptables dependency Fabrice Fontaine
  2019-02-04 10:07 ` Yann E. MORIN
@ 2019-02-04 12:55 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-02-04 12:55 UTC (permalink / raw)
  To: buildroot

On Sun,  3 Feb 2019 19:04:16 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/systemd/systemd.mk | 7 +++++++
>  1 file changed, 7 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-02-04 12:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-03 18:04 [Buildroot] [PATCH 1/1] package/systemd: add optional iptables dependency Fabrice Fontaine
2019-02-04 10:07 ` Yann E. MORIN
2019-02-04 12:55 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.