Revert "Don't replace cflags with thread_cflags, only append the latter"
authorRichard Levitte <levitte@openssl.org>
Fri, 29 Jan 2016 17:00:10 +0000 (18:00 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 29 Jan 2016 17:00:45 +0000 (18:00 +0100)
This reverts commit a450326ee040c6cbb262debdb1ed731e6700e1e0.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configure

index e1d1989352535882adb1131aaf9f8008d18e86fb..6d36ae1a6b6f2d4531694d257e61c234577032ac 100755 (executable)
--- 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;
        }