[Andrew Gregory]
> Even though the libcrypt detection was looking for libcrypt.a, sulogin
> was being linked against libcrypt dynamically anyway because -static was
> not used. Using libcrypt.a failed to find libcrypt on systems without
> static libs, causing compiler errors.
Right. Make sense.
Even though the libcrypt detection was looking for libcrypt.a, sulogin
was being linked against libcrypt dynamically anyway because -static was
not used. Using libcrypt.a failed to find libcrypt on systems without
static libs, causing compiler errors.
Signed-off-by: Andrew Gregory
---
src/Makef