[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Thu Jan 14 21:31:31 UTC 2016
The branch master has been updated
via 1de8e63f86e1f1a60961489c47be55bb5f03e8d7 (commit)
from 497ecc0d7d1221ae339aad62d2728c66f6ec816a (commit)
- Log -----------------------------------------------------------------
commit 1de8e63f86e1f1a60961489c47be55bb5f03e8d7
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Jan 14 22:05:09 2016 +0100
Small fixup, an extra line slipped in
The previous 'Relax the requirements for a debug build' commit had
an extra line of code that shouldn't have been there. This fixes it.
Reviewed-by: Viktor Dukhovni <viktor at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
Configure | 1 -
1 file changed, 1 deletion(-)
diff --git a/Configure b/Configure
index 7126659..908fe73 100755
--- a/Configure
+++ b/Configure
@@ -1270,7 +1270,6 @@ print "Configuring for $target\n";
my ($d, $t) = $target =~ m/^(debug-)?(.*)$/;
if ($d) {
$build_prefix = "debug_";
- $target = $t;
# If we do not find debug-foo in the table, the target is set to foo,
# but only if the foo target has a noon-empty debug_cflags or debug_lflags
More information about the openssl-commits
mailing list