提交 a450326e 编写于 作者: R Richard Levitte

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

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 96d608be
......@@ -932,7 +932,7 @@ if ($no_asm)
if ($threads)
{
$config{cflags}=$thread_cflags;
$config{cflags}.=$thread_cflags;
push @{$config{openssl_thread_defines}}, @thread_defines;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册