projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e5d53d
)
If the target is an old style debug- target, it will not have debugging [cl]flags
author
Richard Levitte
<levitte@openssl.org>
Thu, 19 Mar 2015 21:35:12 +0000
(22:35 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 19 Mar 2015 21:49:51 +0000
(22:49 +0100)
Reviewed-by: Stephen Henson <steve@openssl.org>
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index c038f8559499a69afe9c1de2ca7a5d9db141401f..35f8f8be9a586f70352f2e1e683aef7cdfef0701 100755
(executable)
--- 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})));