aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2013-11-10 23:09:22 +0100
committerAndy Polyakov <appro@openssl.org>2013-11-10 23:09:22 +0100
commitd0f1d924adb1f53559528586d0894d580aa07506 (patch)
treed59225e6cdedad5602b551494f392954a4ad5a15 /Makefile.org
parent9b69a638745b723b4ee35f23ee5921a2c6711ab8 (diff)
downloadopenssl-d0f1d924adb1f53559528586d0894d580aa07506.tar.gz
Makfile.org: make FIPS build work with BSD make.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
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; \