aboutsummaryrefslogtreecommitdiff
path: root/openssl/Makefile.org
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/Makefile.org')
-rw-r--r--openssl/Makefile.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/openssl/Makefile.org b/openssl/Makefile.org
index 2db31ead6..a9e27273d 100644
--- a/openssl/Makefile.org
+++ b/openssl/Makefile.org
@@ -302,7 +302,8 @@ libcrypto$(SHLIB_EXT): libcrypto.a fips_premain_dso$(EXE_EXT)
FIPSLD_CC="$(CC)"; CC=$(FIPSDIR)/bin/fipsld; \
export CC FIPSLD_CC FIPSLD_LIBCRYPTO; \
fi; \
- $(MAKE) -e SHLIBDIRS=crypto build-shared; \
+ $(MAKE) -e SHLIBDIRS=crypto CC=$${CC:-$(CC)} build-shared; \
+ touch -c fips_premain_dso$(EXE_EXT); \
else \
echo "There's no support for shared libraries on this platform" >&2; \
exit 1; \