components/openssl/openssl-fips-140/Makefile
changeset 5125 34cc580c62c2
parent 4909 37c8a5df8c41
child 5171 4e8b3c0ea78c
equal deleted inserted replaced
5124:3a6b9e3809f7 5125:34cc580c62c2
    72 # What we do here follows the OpenSSL FIPS-140 User Guide instructions.
    72 # What we do here follows the OpenSSL FIPS-140 User Guide instructions.
    73 FIPS_BUILD_DIR_32 = $(shell echo $(BUILD_DIR_32) | \
    73 FIPS_BUILD_DIR_32 = $(shell echo $(BUILD_DIR_32) | \
    74     sed -e 's/openssl-fips-140/openssl-fips/g' )
    74     sed -e 's/openssl-fips-140/openssl-fips/g' )
    75 FIPS_BUILD_DIR_64 = $(shell echo $(BUILD_DIR_64) | \
    75 FIPS_BUILD_DIR_64 = $(shell echo $(BUILD_DIR_64) | \
    76     sed -e 's/openssl-fips-140/openssl-fips/g' )
    76     sed -e 's/openssl-fips-140/openssl-fips/g' )
       
    77 
       
    78 # Ignore default CC_FOR_BUILD, CC, and CXX in CONFIGURE_ENV.
       
    79 CONFIGURE_ENV += CC_FOR_BUILD=
       
    80 CONFIGURE_ENV += CC=
       
    81 CONFIGURE_ENV += CXX=
    77 
    82 
    78 CONFIGURE_OPTIONS =  -DSOLARIS_OPENSSL -DNO_WINDOWS_BRAINDEATH
    83 CONFIGURE_OPTIONS =  -DSOLARIS_OPENSSL -DNO_WINDOWS_BRAINDEATH
    79 CONFIGURE_OPTIONS += --openssldir=/etc/openssl
    84 CONFIGURE_OPTIONS += --openssldir=/etc/openssl
    80 CONFIGURE_OPTIONS += --prefix=/usr
    85 CONFIGURE_OPTIONS += --prefix=/usr
    81 # We use OpenSSL install code for installing only manual pages and we do that
    86 # We use OpenSSL install code for installing only manual pages and we do that