Revert "Don't replace cflags with thread_cflags, only append the latter"
This reverts commit a450326ee040c6cbb262debdb1ed731e6700e1e0. Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
723acb1445
commit
f8206c8e24
@ -932,7 +932,7 @@ if ($no_asm)
|
||||
|
||||
if ($threads)
|
||||
{
|
||||
$config{cflags}.=$thread_cflags;
|
||||
$config{cflags}=$thread_cflags;
|
||||
push @{$config{openssl_thread_defines}}, @thread_defines;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user