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

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte
2016-01-29 17:21:18 +01:00
parent 96d608beb0
commit a450326ee0

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;
}