]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
firstboot: Include <crypt.h> for declaration of crypt() if needed (#7944)
authorBjörn Esser <besser82@fedoraproject.org>
Thu, 25 Jan 2018 14:30:15 +0000 (15:30 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 25 Jan 2018 14:30:15 +0000 (17:30 +0300)
commit9f555bba6740a99967f263d49282520cb74416ce
tree192630d4408dae2cc6e9b291e70044244579886d
parent16c73c765da70619b40709f0c52a868b77d2c035
firstboot: Include <crypt.h> for declaration of crypt() if needed (#7944)

Not every target system may provide a crypt() function in its stdlibc
and may use an external or replacement library, like libxcrypt, for
providing such functions.

See https://fedoraproject.org/wiki/Changes/Replace_glibc_libcrypt_with_libxcrypt.
meson.build
src/firstboot/firstboot.c