From e928fb5a85d54a561cb6ec63231e6d8b8aeea7ea Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 11 Dec 2021 10:45:35 +0100 Subject: [PATCH] Explicitly disable OpenSSL support We don't want to pick up an OpenSSL dependency in a tainted build environment and pull a second crypto stack into systemd's dependencies. --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index a23d2426a..2760ed52d 100755 --- a/debian/rules +++ b/debian/rules @@ -79,6 +79,7 @@ CONFFLAGS = \ -Dtpm2=false \ -Doomd=false \ -Durlify=false \ + -Dopenssl=false \ -Dsysext=true \ -Dnscd=true \ -Dntp-servers="$(DEFAULT_NTP_SERVERS)" \ -- 2.39.5