diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2019-12-15 17:50:27 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2019-12-16 09:49:03 +0000 |
commit | 4badb00e44b3648bb586ea66c6783f712b49ea26 (patch) | |
tree | 98ee18f047d897d79f843c61a6b6175325aa50a4 /ci | |
parent | 03f46bbe3f22d800a1516f4c535a1bfb573068de (diff) | |
download | pam-4badb00e44b3648bb586ea66c6783f712b49ea26.tar.gz pam-4badb00e44b3648bb586ea66c6783f712b49ea26.tar.bz2 pam-4badb00e44b3648bb586ea66c6783f712b49ea26.zip |
pam_pwhistory: fix build when -lxcrypt is not available
When xcrypt.h is available but -lxcrypt is not, pam_pwhistory fails to
build with the following diagnostics:
modules/pam_pwhistory/opasswd.c:111: undefined reference to `xcrypt_r'
Fix this by using the same check for xcrypt as in other modules.
* modules/pam_pwhistory/opasswd.c: Replace HAVE_XCRYPT_H with
HAVE_LIBXCRYPT.
Diffstat (limited to 'ci')
0 files changed, 0 insertions, 0 deletions