Hi,

Typically you would provide the required environment variables to
configure.

e.g../configure --with-ssl=<path_to_openSSL_FIPS_libraries> CC=fipsld
FIPSLD_CC=gcc

Sometimes you might need to specify the environment variables before
configure or make for example:
CC=fipsld FIPSLD_CC=gcc ./configure
--with-ssl=<path_to_openSSL_FIPS_libraries>

-Andrew

On Fri, 2011-06-03 at 14:51 +0000, Petr Hracek wrote:

> Dear developers,
> 
> I have tried to find out on the web what is the correct way
> how to compile http2 so that it will be compliance with FIPS 140-2.
> 
> I have already build up OpenSSL libraries with FIPS and development
> files as well.
> I have try to run ./configure --with-ssl=<path_to_openSSL_FIPS_libraries>
> and it seems to be good but how can I call make?
> 
> like: make CC=fipsld FIPSLD_CC=gcc ?
> 
> thank you in advance
> 


Reply via email to