]> git.ipfire.org Git - thirdparty/util-linux.git/commit
meson: Only require the crypt library when necessary
authorJordan Williams <jordan@jwillikers.com>
Fri, 29 Mar 2024 15:31:27 +0000 (10:31 -0500)
committerKarel Zak <kzak@redhat.com>
Tue, 2 Apr 2024 06:54:02 +0000 (08:54 +0200)
commit777cd421f2bc56c5d850d3231862225565a0f12e
tree8d6cea91dccc6710ce1371d13c7965cbb9eba692
parent6e93a2ce5f7c41731d0f07ac6a3638d9f981d707
meson: Only require the crypt library when necessary

The `crypt` library is only necessary for two executables.
These are build-newgrp and build-sulogin.
Don't otherwise require this dependency.

Signed-off-by: Jordan Williams <jordan@jwillikers.com>
(cherry picked from commit d0a07e7fb8109e9fdeb5e2c90c019c0cf5f92009)
meson.build