]> git.ozlabs.org Git - ppp.git/commitdiff
pppd: Use a compile test to detect crypt.h (#198)
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Thu, 31 Dec 2020 05:35:24 +0000 (06:35 +0100)
committerGitHub <noreply@github.com>
Thu, 31 Dec 2020 05:35:24 +0000 (16:35 +1100)
ppp checks header for existence of crypt.h looking it up in /usr/include.
That's incompatible with non-glibcs or a glibc with multiarch headers
(https://bugs.debian.org/798955). This patch replaces the file existence
test with a compile test.

Reviewed-by: Chris Boot <bootc@debian.org>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Co-authored-by: Helmut Grohne <helmut@subdivi.de>

No differences found