]> git.kaiwu.me - nginx.git/commit
Configure: fixed Linux crypt_r() test to add libcrypt.
authorSergey Kandaurov <pluknet@nginx.com>
Mon, 26 Feb 2024 20:00:38 +0000 (20:00 +0000)
committerSergey Kandaurov <pluknet@nginx.com>
Mon, 26 Feb 2024 20:00:38 +0000 (20:00 +0000)
commit818f98da1c46785bc23a99efff653febb1e35ac2
tree23e1bb8f621fdb4fc5d6317a88779c4ba57358ae
parenteff2ea1d69a589c5b0a6ddde9ff400ab43377c2f
Configure: fixed Linux crypt_r() test to add libcrypt.

Previously, the resulting binary was successfully linked
because libcrypt was added in a separate test for crypt().

Patch by Piotr Sikora.
auto/os/linux