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:
5b14d5b
)
Have Configure display the value of SHARED_CFLAG
author
Richard Levitte
<levitte@openssl.org>
Fri, 4 Mar 2016 14:41:42 +0000
(15:41 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 9 Mar 2016 11:33:23 +0000
(12:33 +0100)
Reviewed-by: Andy Polyakov <appro@openssl.org>
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index fa1272b6e90867f21c7b2d7db9913812c48f4f27..cbd93957eb15111d6dc64be121e8af4accedc9c0 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-1751,6
+1751,7
@@
close(OUT);
print "IsMK1MF =", ($builder eq "mk1mf" ? "yes" : "no"), "\n";
print "CC =$target{cc}\n";
print "CFLAG =$target{cflags} $config{cflags}\n";
+print "SHARED_CFLAG =$target{shared_cflag}\n";
print "DEFINES =",join(" ", @{$target{defines}}, @{$config{defines}}),"\n";
print "LFLAG =$target{lflags}\n";
print "PLIB_LFLAG =$target{plib_lflags}\n";