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: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte
2016-02-18 00:07:54 +01:00
parent 3ba84717a0
commit d9dc3e1d28

View File

@@ -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)",