From: Andy Polyakov Date: Sun, 10 Nov 2013 22:09:22 +0000 (+0100) Subject: Makfile.org: make FIPS build work with BSD make. X-Git-Tag: master-post-reformat~1084 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d0f1d924adb1f53559528586d0894d580aa07506;p=oweals%2Fopenssl.git Makfile.org: make FIPS build work with BSD make. --- diff --git a/Makefile.org b/Makefile.org index cfd341317f..6873273f53 100644 --- a/Makefile.org +++ b/Makefile.org @@ -395,7 +395,7 @@ libcrypto$(SHLIB_EXT): libcrypto.a build_fips FIPSLD_CC="$(CC)"; CC=fips/fipsld; \ export CC FIPSLD_CC; \ fi; \ - $(MAKE) -e SHLIBDIRS=crypto build-shared; \ + $(MAKE) -e SHLIBDIRS=crypto CC=$${CC:-$(CC)} build-shared; \ else \ echo "There's no support for shared libraries on this platform" >&2; \ exit 1; \