From: Richard Levitte Date: Wed, 17 Feb 2016 23:07:54 +0000 (+0100) Subject: Add -lresolv to the Solaris ex_libs X-Git-Tag: OpenSSL_1_1_0-pre4~631 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9dc3e1d28716bd0b6308404d57ce18892d3d38c;p=openssl Add -lresolv to the Solaris ex_libs The reason is that we use hstrerror() and other resolver functions. Reporter: Erik Forsberg Reviewed-by: Rich Salz --- diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index e07b926c89..93d98ef0cc 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -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)",