From ac1ee8e877799cf44b558d445c7c54c7930f5bc3 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 4 Apr 2011 17:01:58 +0000 Subject: [PATCH] Use environment when builds libcrypto shared library so CC value is picked up in FIPS builds. --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- 2.25.1