Revert "Don't replace cflags with thread_cflags, only append the latter"

This reverts commit a450326ee0.

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte 2016-01-29 18:00:10 +01:00
parent 723acb1445
commit f8206c8e24

View File

@ -932,7 +932,7 @@ if ($no_asm)
if ($threads)
{
$config{cflags}.=$thread_cflags;
$config{cflags}=$thread_cflags;
push @{$config{openssl_thread_defines}}, @thread_defines;
}