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:
0f78819
)
Add quotes as CC can contain spaces.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 3 Feb 2014 14:10:24 +0000
(14:10 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 3 Feb 2014 14:10:24 +0000
(14:10 +0000)
PR#3253
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index 6873273f53068c30feaefc8cc06a06beb57dadf9..52a3d15597eebe40ffadf34b307784586933766b 100644
(file)
--- 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 CC=
$${CC:-$(CC)}
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; \