]> git.ipfire.org Git - thirdparty/systemd.git/commit
libcrypt: allow to build systemd without libcrypt/libxcrypt
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 25 Oct 2025 05:59:54 +0000 (14:59 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Jan 2026 03:55:57 +0000 (12:55 +0900)
commit8de783a288912a13b65ca269f01f3bc912d1aedb
treed9407a28396829e2e3c05300202569f05692d8dc
parent5863641bb718777c289d3693bfa9bddd8ffc32b6
libcrypt: allow to build systemd without libcrypt/libxcrypt

libcrypt is only used by firstboot, homed, and sysusers, which can be
disabled by meson option.
Let's not require the library unconditionally.
meson.build
meson_options.txt
src/shared/libcrypt-util.c
src/shared/libcrypt-util.h
src/test/meson.build