projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ffdfce8
)
update default depflags
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 27 Dec 2011 14:45:32 +0000
(14:45 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 27 Dec 2011 14:45:32 +0000
(14:45 +0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index fec3a70777ae799f397f41942e8c36acb7428c1f..b46c95d9cbf3d462b5842b07ab433540dc3c7b74 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-735,7
+735,7
@@
if (!-d "ssl")
# This is what $depflags will look like with the above defaults
# (we need this to see if we should advise the user to run "make depend"):
# This is what $depflags will look like with the above defaults
# (we need this to see if we should advise the user to run "make depend"):
-my $default_depflags = " -DOPENSSL_NO_EC_NISTP_64_GCC_128 -DOPENSSL_NO_GMP -DOPENSSL_NO_JPAKE -DOPENSSL_NO_MD2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_STORE";
+my $default_depflags = " -DOPENSSL_NO_EC_NISTP_64_GCC_128 -DOPENSSL_NO_GMP -DOPENSSL_NO_JPAKE -DOPENSSL_NO_MD2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_S
CTP -DOPENSSL_NO_S
TORE";
# Explicit "no-..." options will be collected in %disabled along with the defaults.
# To remove something from %disabled, use "enable-foo" (unless it's experimental).
# Explicit "no-..." options will be collected in %disabled along with the defaults.
# To remove something from %disabled, use "enable-foo" (unless it's experimental).