Use environment when builds libcrypto shared library so CC value is picked up
in FIPS builds.
This commit is contained in:
parent
8776ef63c1
commit
ac1ee8e877
@ -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; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user