diff options
author | Richard Levitte <levitte@openssl.org> | 2016-01-11 10:59:13 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-01-11 11:06:28 +0100 |
commit | ccf73257f6c8736a5af3e7be4bf09eebef06ac46 (patch) | |
tree | 24768dfdad0ee4018f04a745c418c37815019c2b /Configure | |
parent | Fix NSS format session output (diff) | |
download | openssl-ccf73257f6c8736a5af3e7be4bf09eebef06ac46.tar.xz openssl-ccf73257f6c8736a5af3e7be4bf09eebef06ac46.zip |
Adjust $default_depflags to changes in Configure
We use $default_depflags to check if a 'make depend' is needed after
configuring, so it needs to be kept up to date.
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -921,7 +921,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_DEPRECATED -DOPENSSL_NO_EC_NISTP_64_GCC_128 -DOPENSSL_NO_JPAKE -DOPENSSL_NO_MD2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_SCTP -DOPENSSL_NO_SSL_TRACE -DOPENSSL_NO_STORE -DOPENSSL_NO_UNIT_TEST"; +my $default_depflags = " -DOPENSSL_NO_CRYPTO_MDEBUG -DOPENSSL_NO_EC_NISTP_64_GCC_128 -DOPENSSL_NO_JPAKE -DOPENSSL_NO_MD2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_SCTP -DOPENSSL_NO_SSL_TRACE -DOPENSSL_NO_STORE -DOPENSSL_NO_UNIT_TEST"; # Explicit "no-..." options will be collected in %disabled along with the defaults. # To remove something from %disabled, use "enable-foo" (unless it's experimental). |