[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Thu Mar 19 21:50:01 UTC 2015


The branch master has been updated
       via  21ab123770ff42d8c5b8e6b1372ecef4881b786d (commit)
      from  5e5d53d341fd9a9b9cc0a58eb3690832ca7a511f (commit)


- Log -----------------------------------------------------------------
commit 21ab123770ff42d8c5b8e6b1372ecef4881b786d
Author: Richard Levitte <levitte at openssl.org>
Date:   Thu Mar 19 22:35:12 2015 +0100

    If the target is an old style debug- target, it will not have debugging [cl]flags
    
    Reviewed-by: Stephen Henson <steve at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 Configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Configure b/Configure
index c038f85..35f8f8b 100755
--- a/Configure
+++ b/Configure
@@ -1196,6 +1196,7 @@ if ($d) {
 &usage if (!defined($table{$target})
 	   || $table{$target}->{template}
 	   || ($build_prefix eq "debug_"
+	       && $target !~ /^debug-/
 	       && !($table{$target}->{debug_cflags}
 		    || $table{$target}->{debug_lflags})));
 


More information about the openssl-commits mailing list