提交 4f16039e 编写于 作者: R Richard Levitte

Add OPENSSL_PIC back

In the earlier change, where static libraries get built with position
independent code, OPENSSL_PIC was removed by mistake.  This adds it
back.
Reviewed-by: NTim Hudson <tjh@openssl.org>
上级 a773b52a
......@@ -1042,6 +1042,10 @@ if ($disabled{pic})
$target{shared_cflag} = $target{shared_ldflag} =
$target{shared_rcflag} = "";
}
else
{
push @{$config{defines}}, "OPENSSL_PIC";
}
if ($target{sys_id} ne "")
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册