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

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

This reverts commit a450326e.
Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 723acb14
......@@ -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.
先完成此消息的编辑!
想要评论请 注册