mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-07 16:47:51 +00:00
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.
This commit is contained in:
parent
e34e3b5b8a
commit
e928fb5a85
1
debian/rules
vendored
1
debian/rules
vendored
@ -79,6 +79,7 @@ CONFFLAGS = \
|
||||
-Dtpm2=false \
|
||||
-Doomd=false \
|
||||
-Durlify=false \
|
||||
-Dopenssl=false \
|
||||
-Dsysext=true \
|
||||
-Dnscd=true \
|
||||
-Dntp-servers="$(DEFAULT_NTP_SERVERS)" \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user