projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8776ef6
)
Use environment when builds libcrypto shared library so CC value is picked up
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 4 Apr 2011 17:01:58 +0000
(17:01 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 4 Apr 2011 17:01:58 +0000
(17:01 +0000)
in FIPS builds.
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index 73e8b6dd2617aebf76f5eb80547ffb5e223443b3..551530c9245794eee773a506106aa723a1a421cc 100644
(file)
--- 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; \