提交 28cbe2ab 编写于 作者: B Ben Laurie

Link library for backtrace() on BSD...

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 23fe34b4
......@@ -1761,7 +1761,11 @@ if ($strict_warnings)
{
$cflags .= " $wopt" unless ($cflags =~ /(^|\s)$wopt(\s|$)/)
}
}
if ($target =~ /^BSD-/)
{
$lflags .= " -lexecinfo";
}
}
}
open(IN,"<Makefile.org") || die "unable to read Makefile.org:$!\n";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册