summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-01-29 18:00:10 +0100
committerRichard Levitte <levitte@openssl.org>2016-01-29 18:00:45 +0100
commitf8206c8e24ddc502c6ed1652824b2c6dc886fb5e (patch)
tree36bc5588faa4dfa304167d8a71380633a29133a4 /Configure
parent723acb144551e7d81ec2e745d12fc8b6a6513eb1 (diff)
Revert "Don't replace cflags with thread_cflags, only append the latter"
This reverts commit a450326ee040c6cbb262debdb1ed731e6700e1e0. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index e1d1989352..6d36ae1a6b 100755
--- a/Configure
+++ b/Configure
@@ -932,7 +932,7 @@ if ($no_asm)
if ($threads)
{
- $config{cflags}.=$thread_cflags;
+ $config{cflags}=$thread_cflags;
push @{$config{openssl_thread_defines}}, @thread_defines;
}