> E.g., the patterns for linux are fine, but in order to avoid confusing
> the environment, I'd like to override cc with gcc -m32 or gcc33 and
> otherwise accept openssl's other opt patterns verbatim.
something like this, around line 943:
my $cc = $ENV{'CC'} || $fields[$idx_cc];
So you can do
CC=gcc33 ./Configure
or ( setenv CC gcc33 ; ./Configure )
--
STSM
Senior Security Architect
DataPower SOA Appliances
[EMAIL PROTECTED] wrote on 01/17/2007 05:12:06 AM:
> Rather than perpetually patch Configure, I'm trying to determine if
> there is a way to substitute just one of the options.
>
>
> In other cases, I tweak the HP/UX flags to handle shared libs the way
> I prefer; here again it would be better to just tweak two patterns
> rather than passing a monstrous platform:vals pattern.
>
> Some of the existing flags include some very quirky macro substitutions
> which I have alot of issues passing from the ./Configure line.
>
> If this is not supported in any manner whatsoever, would a patch be
> entertained to accomplish this opt-by-opt?
> ______________________________________________________________________
> OpenSSL Project http://www.openssl.org
> Development Mailing List [email protected]
> Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]