Subject: Re: CVS commit: src/libexec/httpd
To: None <he@netbsd.org>
From: Johnny C. Lam <jlam@pkgsrc.org>
List: source-changes
Date: 10/18/2007 14:42:06
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