From: Dr. Stephen Henson Date: Tue, 15 Jan 2013 16:26:04 +0000 (+0000) Subject: Update default dependency flags. X-Git-Tag: OpenSSL_1_0_2-beta1~461 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b286640360e61ae77f0b13a90712edd35da402fb;p=oweals%2Fopenssl.git Update default dependency flags. --- diff --git a/Configure b/Configure index fafa582dfa..49d70e5106 100755 --- a/Configure +++ b/Configure @@ -736,7 +736,7 @@ my @experimental = (); # 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_SCTP -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_SCTP -DOPENSSL_NO_SSL_TRACE -DOPENSSL_NO_STORE"; # Explicit "no-..." options will be collected in %disabled along with the defaults. # To remove something from %disabled, use "enable-foo" (unless it's experimental).