Subject: Re: daily build failure of -current on alpha
To: Tim Rightnour <root@garbled.net>
From: None <itojun@iijlab.net>
List: current-users
Date: 02/06/2000 00:44:59
>>       Do you have include files like {cast,bn,des}.h under
>>       /usr/include/openssl?  If not, something is wrong with the build in
>>       imported openssl...
>>       (I can't touch or check us-domestic tree so I can't really check...)
>The below is what got installed by whatever make includes got run in the build
>process.  I'm guessing this is some sort of bootstrapping problem with the
>build.  I am making heavy use of DESTDIR and OBJDIR as well.  This is the first
>time I've hit the racoon tree, as kerberos5 has been stopping my builds
>recently.. but has obviously been fixed.

	I see, my fault.  please change -I/usr/include/openssl into
	-I${DESTDIR}/usr/include/openssl.
	it is in usr.sbin/racoon/Makefile.inc.

	I'll commit the fix right away.

itojun