components/openssl/openssl-default/Makefile
changeset 5125 34cc580c62c2
parent 4909 37c8a5df8c41
child 5171 4e8b3c0ea78c
equal deleted inserted replaced
5124:3a6b9e3809f7 5125:34cc580c62c2
    62 # Variant of OpenSSL for wanboot is built in build/sparcv9-wanboot.
    62 # Variant of OpenSSL for wanboot is built in build/sparcv9-wanboot.
    63 BUILD_DIR_WANBOOT = $(BUILD_DIR)/$(MACH64)-wanboot
    63 BUILD_DIR_WANBOOT = $(BUILD_DIR)/$(MACH64)-wanboot
    64 
    64 
    65 # OpenSSL does not use autoconf but its own configure system.
    65 # OpenSSL does not use autoconf but its own configure system.
    66 CONFIGURE_SCRIPT = $(SOURCE_DIR)/Configure
    66 CONFIGURE_SCRIPT = $(SOURCE_DIR)/Configure
       
    67 
       
    68 # Ignore default CC_FOR_BUILD, CC, and CXX in CONFIGURE_ENV.
       
    69 CONFIGURE_ENV += CC_FOR_BUILD=
       
    70 CONFIGURE_ENV += CC=
       
    71 CONFIGURE_ENV += CXX=
    67 
    72 
    68 # This is to force OpenSSL's Configure script to use gmake for 'make links'. 
    73 # This is to force OpenSSL's Configure script to use gmake for 'make links'. 
    69 # Otherwise it fails with:
    74 # Otherwise it fails with:
    70 #     mksh: Fatal error in reader: Unmatched `(' on line
    75 #     mksh: Fatal error in reader: Unmatched `(' on line
    71 CONFIGURE_ENV += MAKE="$(GMAKE)"
    76 CONFIGURE_ENV += MAKE="$(GMAKE)"