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

Add -lresolv to the Solaris ex_libs

The reason is that we use hstrerror() and other resolver functions.

Reporter: Erik Forsberg <erik@efca.com>
Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 3ba84717
......@@ -39,7 +39,7 @@
"solaris-common" => {
template => 1,
cflags => "-DFILIO_H",
ex_libs => "-lsocket -lnsl -ldl",
ex_libs => "-lresolv -lsocket -lnsl -ldl",
dso_scheme => "dlfcn",
shared_target => "solaris-shared",
shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册