On Fri, Sep 14, 2001 at 03:17:42PM -0700, Greg Broiles wrote:
change the line in /etc/defaults/make.conf so that it reads "MAKE_IDEA=YES".
Actually, adding this line in /etc/make.conf is preferable. /etc/defaults/make.conf gets overwritten when you upgrade; /etc/make.conf is for local overrides.
There's got to be a better way to just rebuild the crypto parts, but I didn't stumble across it yet.
Assuming the system and crypto source is installed in /usr/src (which it must be to do a buildworld/installworld), the following works and is *much* faster: cp /usr/src/crypto/openssl/crypto/idea/idea.h /usr/include/idea.h cd /usr/src/secure/lib/libcrypto make make install make clean Then mix-2.9b23.tar.gz builds just fine after toggling the #ifdef from 0 to 1 at Src/crypto.h:33. cheers, --Scott -- Scott Renfro <scott@renfro.org>