Subject: security/openssl on Solaris 10 AMD64
To: None <pkgsrc-users@NetBSD.org>
From: Edward Raymond Kryda <zed@msu.edu>
List: pkgsrc-users
Date: 04/04/2006 15:48:18
I had a problem building the openssl pkg on a Solaris 10 AMD64 system.(Sun 
X4200) I'm using the sun compiler and building 64 bit binaries. I had to 
change this line in the Makefile: 

CONFIGURE_ARGS+=        solaris-${OPENSSL_MACHINE_ARCH}-cc 

to 

CONFIGURE_ARGS+=        solaris64-${OPENSSL_MACHINE_ARCH}-cc 

I know this is a hack, but I figured I'd let you know. 

 -Ed