From: Dr. Stephen Henson Date: Mon, 4 Apr 2011 17:01:58 +0000 (+0000) Subject: Use environment when builds libcrypto shared library so CC value is picked up X-Git-Tag: OpenSSL-fips-2_0-rc1~599 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ac1ee8e877799cf44b558d445c7c54c7930f5bc3;p=oweals%2Fopenssl.git Use environment when builds libcrypto shared library so CC value is picked up in FIPS builds. --- diff --git a/Makefile.org b/Makefile.org index 73e8b6dd26..551530c924 100644 --- a/Makefile.org +++ b/Makefile.org @@ -397,7 +397,7 @@ libcrypto$(SHLIB_EXT): libcrypto.a build_fips FIPSLD_CC="$(CC)"; CC=fips/fipsld; \ export CC FIPSLD_CC; \ fi; \ - $(MAKE) SHLIBDIRS=crypto build-shared; \ + $(MAKE) -e SHLIBDIRS=crypto build-shared; \ else \ echo "There's no support for shared libraries on this platform" >&2; \ exit 1; \