From: Clemens Gruber <clemens.gruber@pqgruber.com>
To: ptxdist@pengutronix.de
Cc: Clemens Gruber <clemens.gruber@pqgruber.com>
Subject: [ptxdist] [PATCH 2/3] systemd: add option for openssl support
Date: Fri, 4 Feb 2022 17:28:08 +0100 [thread overview]
Message-ID: <20220204162809.830058-2-clemens.gruber@pqgruber.com> (raw)
In-Reply-To: <20220204162809.830058-1-clemens.gruber@pqgruber.com>
With the OpenSSL dependency, systemd-resolved supports DNSSEC
validation.
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
rules/systemd.in | 7 +++++++
rules/systemd.make | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/rules/systemd.in b/rules/systemd.in
index 1a8696d2b..053991f3e 100644
--- a/rules/systemd.in
+++ b/rules/systemd.in
@@ -28,6 +28,7 @@ menuconfig SYSTEMD
select IPTABLES if SYSTEMD_IPMASQUERADE
select LIBELF if SYSTEMD_COREDUMP
select LIBELF_LIBDW if SYSTEMD_COREDUMP
+ select OPENSSL if SYSTEMD_OPENSSL
# for udev:
select ROOTFS_DEV
select LIBBLKID
@@ -108,6 +109,12 @@ config SYSTEMD_NETWORK
select SYSTEMD_DBUS_SERVICES
prompt "network configuration with systemd"
+config SYSTEMD_OPENSSL
+ bool
+ prompt "openssl support"
+ help
+ OpenSSL is needed for DNSSEC support in systemd-resolved
+
config SYSTEMD_IPMASQUERADE
bool
depends on SYSTEMD_NETWORK
diff --git a/rules/systemd.make b/rules/systemd.make
index ffa9dbd6a..c13f9abb9 100644
--- a/rules/systemd.make
+++ b/rules/systemd.make
@@ -143,7 +143,7 @@ SYSTEMD_CONF_OPT := \
-Dntp-servers= \
-Dok-color=green \
-Doomd=false \
- -Dopenssl=false \
+ -Dopenssl=$(call ptx/truefalse,PTXCONF_SYSTEMD_OPENSSL) \
-Doss-fuzz=false \
-Dp11kit=false \
-Dpam=false \
--
2.35.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
next prev parent reply other threads:[~2022-02-04 16:30 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-04 16:28 [ptxdist] [PATCH 1/3] hiredis: new package Clemens Gruber
2022-02-04 16:28 ` Clemens Gruber [this message]
2022-02-14 12:43 ` [ptxdist] [APPLIED] systemd: add option for openssl support Michael Olbrich
2022-02-04 16:28 ` [ptxdist] [PATCH 3/3] protobuf: version bump 3.7.1 -> 3.19.4 Clemens Gruber
2022-02-11 9:43 ` Michael Olbrich
2022-02-11 14:30 ` Clemens Gruber
2022-02-07 7:39 ` [ptxdist] [PATCH 1/3] hiredis: new package Michael Olbrich
2022-02-07 9:03 ` Clemens Gruber
2022-02-07 10:39 ` Alexander Dahl
2022-02-07 12:54 ` Clemens Gruber
2022-02-07 13:11 ` Alexander Dahl
2022-02-07 13:33 ` Clemens Gruber
2022-02-07 15:22 ` Michael Olbrich
2022-02-07 15:25 ` Michael Olbrich
2022-02-07 15:51 ` Clemens Gruber
2022-02-07 16:30 ` Alexander Dahl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220204162809.830058-2-clemens.gruber@pqgruber.com \
--to=clemens.gruber@pqgruber.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox