Havard Eidnes wrote:
Module Name: src
Committed By: he
Date: Thu Oct 18 17:43:02 UTC 2007
Modified Files:
src/libexec/httpd: Makefile
Log Message:
A build for sun2 reveals that we also need -lcrypt, as auth-bozo.c
otherwise gets an unsatisfied reference to crypt().
In pkgsrc, we have a patch that makes auth-bozo.c use the DES_crypt() from libcrypto.so, which avoids needing to explicitly link against -lcrypt.
Cheers,
-- Johnny C. Lam